Sdílet prostřednictvím


OrderedDictionary<TKey,TValue>.KeyCollection.IList<TKey>.Item[Int32] Vlastnost

Definice

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

Parametry

index
Int32

Hodnota vlastnosti

TKey

Implementuje

Platí pro