OrderedDictionary<TKey,TValue>.IList<KeyValuePair<TKey,TValue>>.Item[Int32] Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene o establece el elemento en el índice especificado.
property System::Collections::Generic::KeyValuePair<TKey, TValue> System::Collections::Generic::IList<System::Collections::Generic::KeyValuePair<TKey,TValue>>::Item[int] { System::Collections::Generic::KeyValuePair<TKey, TValue> get(int index); void set(int index, System::Collections::Generic::KeyValuePair<TKey, TValue> value); };
System.Collections.Generic.KeyValuePair<TKey,TValue> System.Collections.Generic.IList<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Item[int index] { get; set; }
member this.System.Collections.Generic.IList<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Item(int) : System.Collections.Generic.KeyValuePair<'Key, 'Value> with get, set
Property Item(index As Integer) As KeyValuePair(Of TKey, TValue) Implements IList(Of KeyValuePair(Of TKey, TValue)).Item
Parámetros
- index
- Int32
Índice de base cero del elemento que se va a obtener o establecer.
Valor de propiedad
Elemento en el índice especificado.
Implementaciones
Se aplica a
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.