OrderedDictionary<TKey,TValue>.ValueCollection.IReadOnlyList<TValue>.Item[Int32] プロパティ

定義

読み取り専用リスト内の指定したインデックス位置にある要素を取得します。

property TValue System::Collections::Generic::IReadOnlyList<TValue>::Item[int] { TValue get(int index); };
TValue System.Collections.Generic.IReadOnlyList<TValue>.Item[int index] { get; }
member this.System.Collections.Generic.IReadOnlyList<TValue>.Item(int) : 'Value
 ReadOnly Property Item(index As Integer) As TValue Implements IReadOnlyList(Of TValue).Item

パラメーター

index
Int32

取得する要素の 0 から始まるインデックス。

プロパティ値

TValue

読み取り専用リスト内の指定したインデックス位置にある要素。

実装

適用対象