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

Реализации

Применяется к