SyntaxList Class

Definition

Abstract list of SyntaxNode

public sealed class SyntaxList<TSyntaxNode> : SyntaxList, IEnumerable<TSyntaxNode>, IEnumerable where TSyntaxNode : SyntaxNode

Type parameters

TSyntaxNode
Type of the node
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Methods (6)

Explicit Interface Implementation Methods (2)