Vertaling van "SortedList" in Spaans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Sets the capacity to the actual number of elements in the SortedList.
Establece la capacidad para el número real de elementos en la cola.
Gets the values in the SortedList.
The key is used to access the items in the collection. SortedList
La clave se utiliza para acceder a los elementos de la colección. SortedList
The property is set, key does not exist in the collection, and the SortedList has a fixed size.
La propiedad está establecida, key no existe en la colección y el objeto DictionaryBase tiene un tamaño fijo.
Gets the key at the specified index of the SortedList. 7
Obtiene la clave en el índice especificado de la SortedList. 7
The following table lists some of the commonly used methods of the SortedList class
La siguiente tabla muestra algunos de los comúnmente utilizados métodos de la SortedList clase: SN
Gets the keys in the SortedList. 8
Obtiene las claves de la SortedList. 8
The SortedList class represents a collection of key-and-value pairs that are sorted by the keys and are accessible by key and by index.
La clase SortedList representa una colección de pares-clave y valor que se ordenan mediante las teclas y se puede acceder mediante llave y por el índice.
Returns the zero-based index of the specified key in the SortedList. 10
Devuelve el índice de base cero de la clave especificada en el SortedList. 10
Gets and sets the value associated with a specific key in the SortedList. Keys
Obtiene y establece el valor asociado a una clave específica en el SortedList. Llaves
As elements are added to a SortedList(Of TKey, TValue), the capacity is automatically increased as required by reallocating the internal array.
Cuando se agregan elementos a una colección SortedList<TKey, TValue>, la capacidad aumenta automáticamente según sea necesario mediante la reasignación de la matriz interna.
A SortedList(Of TKey, TValue) can support multiple readers concurrently, as long as the collection is not modified.
SortedList<TKey, TValue> puede admitir varios sistemas de lectura a la vez, siempre y cuando no se modifique la colección.
Gets or sets the capacity of the SortedList. Count
Obtiene o establece la capacidad de la SortedList. Contar