Download for Windows Premium
Publiciteit
SortedList

Vertaling van "SortedList" in Engels

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.
SortedList
Obtiene los valores de la SortedList.
Gets the values in the SortedList.
La clave se utiliza para acceder a los elementos de la colección. SortedList
The key is used to access the items in the collection. SortedList
Obtiene la clave en el índice especificado de la SortedList. 7
Gets the key at the specified index of the SortedList. 7
Obtiene las claves de la SortedList. 8
Gets the keys in the SortedList. 8
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.
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.
Devuelve el índice de base cero de la clave especificada en el SortedList. 10
Returns the zero-based index of the specified key in the SortedList. 10
La siguiente tabla muestra algunos de los comúnmente utilizados métodos de la SortedList clase: SN
The following table lists some of the commonly used methods of the SortedList class
Obtiene y establece el valor asociado a una clave específica en el SortedList. Llaves
Gets and sets the value associated with a specific key in the SortedList. Keys
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.
As elements are added to a SortedList(Of TKey, TValue), the capacity is automatically increased as required by reallocating the internal array.
SortedList<TKey, TValue> puede admitir varios sistemas de lectura a la vez, siempre y cuando no se modifique la colección.
A SortedList(Of TKey, TValue) can support multiple readers concurrently, as long as the collection is not modified.
Obtiene o establece la capacidad de la SortedList. Contar
Gets or sets the capacity of the SortedList. Count
Al disminuir la capacidad se reasigna memoria y se copian todos los elementos de la colección SortedList<TKey, TValue>.
Decreasing the capacity reallocates memory and copies all the elements in the SortedList(Of TKey, TValue).
Ejemplos En el ejemplo de código siguiente se crea una colección SortedList<TKey, TValue> vacía de cadenas con claves de cadena y se utiliza el método Add para agregar algunos elementos.
Examples The following code example creates an empty SortedList(Of TKey, TValue) of strings with string keys and uses the Add method to add some elements.
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor SortedList in het Spaans

Publiciteit

Suggesties

Resultaten: 18. Exact: 18. Verstreken tijd: 53 ms.