Lingua

ChartObjectCollectionBase<T,U>.Item[Int32] Proprietà

Definizione

Ottiene un oggetto nella collezione tramite il suo indice.

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

Parametri

index
Int32

Indice dell'elemento.

Valore della proprietà

T

Oggetto di tipo T.

Si applica a