OrderedDictionary<TKey,TValue>.ValueCollection.IList<TValue>.Item[Int32] Propriedade
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Obtém ou define o elemento no índice especificado.
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
Parâmetros
- index
- Int32
O índice em base zero do elemento a obter ou definir.
Valor de Propriedade
O elemento no índice especificado.