ReverseRandomAccessIterator<TValue>.Item[Int32] Proprietà

Definizione

Accede all'elemento alla posizione specificata nel contenitore.

public:
 property TValue default[int] { TValue get(int _Pos); void set(int _Pos, TValue value); };
public TValue this[int _Pos] { get; set; }
member this.Item(int) : 'Value with get, set
Default Public 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