ConstContainerRandomAccessIterator<TValue>.Item[Int32] プロパティ

定義

コンテナー内の指定の位置にある要素にアクセスします。

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

パラメーター

_Pos
Int32

アクセスする要素の位置。

プロパティ値

TValue

コンテナー内の指定の位置にある要素。

適用対象