Condividi tramite


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

Definizione

Ottiene o imposta l'elemento in corrispondenza dell'indice specificato.

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

Parametri

index
Int32

Indice in base zero dell'elemento da ottenere o impostare.

Valore della proprietà

TKey

Elemento in corrispondenza dell'indice specificato.

Implementazioni

Si applica a