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

定義

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

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

パラメーター

index
Int32

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

プロパティ値

TKey

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

実装

適用対象