Download for Windows Premium
Publiciteit
TKey

Vertaling van "TKey" 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.
TKey
List
T
Initializes a new instance of the Dictionary(TKey, TValue) class that is empty, has the default initial capacity, and uses the default equality comparer for the key type.
Inicializa una nueva instancia de la clase List (T) que está vacío y tiene la capacidad inicial predeterminada.
A hash code is a numeric value that is used to insert and identify an object in a hash-based collection such as the Dictionary<TKey, TValue> class, the Hashtable class, or a type derived from the DictionaryBase class.
Comentarios Un código hash es un valor numérico que se usa para insertar e identificar un objeto en una colección basada en hash, como el DictionaryBase class.
Removes the value with the specified key from the Dictionary(TKey, TValue).
Ordena los elementos de toda la lista (T) usando el sistema especificado.
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.
The SortedList(Of TKey, TValue) generic class is an array of key/value pairs with O(log n) retrieval, where n is the number of elements in the dictionary.
Comentarios La clase genérica SortedList<TKey, TValue> es un árbol de búsqueda binaria que recupera mediante O(logn), donde n es el número de elementos del diccionario.
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.
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.
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.
Decreasing the capacity reallocates memory and copies all the elements in the SortedList(Of TKey, TValue).
Al disminuir la capacidad se reasigna memoria y se copian todos los elementos de la colección SortedList<TKey, TValue>.
Gets the number of key/value pairs contained in the Dictionary(TKey, TValue).
Contar Obtiene el número de elementos contenidos en la lista (T).
Key objects must be immutable as long as they are used as keys in the SortedList(Of TKey, TValue).
Los objetos de claves deben permanecer inmutables mientras se utilicen como claves en SortedList<TKey, TValue>.
A hash code is a numeric value that is used to insert and identify an object in a hash-based collection such as the Dictionary<TKey, TValue> class, the Hashtable class, or a type derived from the DictionaryBase class.
Comentarios Un código hash es un valor numérico que se utiliza para insertar e identificar un objeto de una colección basado en hash como el Dictionary<TKey, TValue> (clase), el Hashtable clase o un tipo derivado de la DictionaryBase clase.
Every key in a SortedList(Of TKey, TValue) must be unique.
Todas las claves de una colección SortedList<TKey, TValue> deben ser únicas.
In this, it is similar to the SortedDictionary(Of TKey, TValue) generic class.
En este aspecto, es similar a la clase genérica SortedDictionary<TKey, TValue>.
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor TKey in het Engels

Woord & uitdrukking van de dag
Afbeelding van de dag
ladle: deep spoon with long handle for serving liquids
Ontdek het woord
Publiciteit

Resultaten: 23. Exact: 23. Verstreken tijd: 26 ms.