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

定義

指定したインデックス位置にある要素を取得または設定します。

property TKey System::Collections::Generic::IList<TKey>::Item[int] { TKey get(int index); void set(int index, TKey value); };
TKey System.Collections.Generic.IList<TKey>.Item[int index] { get; set; }
member this.System.Collections.Generic.IList<TKey>.Item(int) : 'Key with get, set
 Property Item(index As Integer) As TKey Implements IList(Of TKey).Item

パラメーター

index
Int32

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

プロパティ値

TKey

指定したインデックス位置にある要素。

実装

適用対象