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

定義

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

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

パラメーター

index
Int32

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

プロパティ値

TValue

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

実装

適用対象