SeparatedSyntaxList<TNode>.Item[Int32] Property

Definition

public:
 property TNode default[int] { TNode get(int index); };
public TNode this[int index] { get; }
member this.Item(int) : 'Node
Default Public ReadOnly Property Item(index As Integer) As TNode

Parameters

index
Int32

Property Value

TNode

Implements

Applies to