IVector<TValue>.Item[Int32] Proprietà

Definizione

Accede a un elemento in una 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 _Pos.

Commenti

Per altre informazioni, vedere vector::operator(STL/CLR).

Si applica a