SeparatedSyntaxList<TNode>.Item[Int32] プロパティ

定義

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

パラメーター

index
Int32

プロパティ値

TNode

実装

適用対象