ContainerRandomAccessIterator<TValue>.Item[Int32] Property

Definition

Accesses the element at the given position in the container.

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

Parameters

_Pos
Int32

The position of the element to access.

Property Value

TValue

The element at the given position in the container.

Applies to