OrderedDictionary<TKey,TValue>.GetAt(Int32) Método
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 o par chave/valor no índice especificado.
public:
System::Collections::Generic::KeyValuePair<TKey, TValue> GetAt(int index);
public System.Collections.Generic.KeyValuePair<TKey,TValue> GetAt(int index);
member this.GetAt : int -> System.Collections.Generic.KeyValuePair<'Key, 'Value>
Public Function GetAt (index As Integer) As KeyValuePair(Of TKey, TValue)
Parâmetros
- index
- Int32
O índice zero do par a obter.
Devoluções
O elemento no índice especificado.
Exceções
index é menor que 0 ou maior ou igual a Count.