Szerkesztés

Megosztás a következőn keresztül:


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

Definition

Gets or sets the element at the specified index.

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

Parameters

index
Int32

The zero-based index of the element to get or set.

Property Value

TKey

The element at the specified index.

Implements

Applies to