共用方式為


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

實作

適用於