ConstContainerRandomAccessIterator<TValue>.Item[Int32] Proprietà

Definizione

Accede all'elemento alla posizione specificata nel contenitore.

public:
 property TValue % default[int] { TValue % get(int _Pos); };
public ref TValue this[int _Pos] { get; }
member this.Item(int) : 'Value
Default Public ReadOnly Property Item(_Pos As Integer) As TValue

Parametri

_Pos
Int32

Posizione dell'elemento a cui accedere.

Valore della proprietà

TValue

Elemento alla posizione specificata nel contenitore.

Si applica a