Compartir a través de


SeparatedSyntaxList<TNode>.Item[Int32] Propiedad

Definición

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

Parámetros

index
Int32

Valor de propiedad

TNode

Implementaciones

Se aplica a