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

Definição

Obtém ou define o elemento no índice especificado.

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

Parâmetros

index
Int32

O índice baseado em zero do elemento a ser obtido ou definido.

Valor da propriedade

TKey

O elemento no índice especificado.

Implementações

Aplica-se a