Vertaling van "IDictionary" 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.
Il doit enregistrer la valeur de clé d'origine dans le IDictionary.
It should save the key's original value in the IDictionary.
Détermine si l'objet IDictionary contient un élément avec la clé spécifiée.
Determines whether the IDictionary object contains an element with the specified key.
Supprime de l'objet IDictionary l'élément ayant la clé spécifiée.
Removes the element with the specified key from the IDictionary object.
Ajoute un élément avec la clé et la valeur fournies à l'objet IDictionary.
Adds an element with the provided key and value to the IDictionary object.
Deux situations illustrent la nécessité d'enregistrer les informations dans l'état de veille IDictionary.
Two situations illustrate the need to save information in the state-saver IDictionary.
Enregistrez le fichier existant dans un répertoire temporaire et l'emplacement du nouvel emplacement du fichier dans le IDictionary.
Save the existing file in a temporary directory and the location of the new location of the file in the IDictionary.
Ajoute un élément avec la clé et la valeur fournies à IDictionary.
Lisez le fichier.csv dans une liste d'IDictionary, puis mappez-le directement dans la liste cible des POCO.
Read the.csv file into a list of IDictionary, then map it straight into the target list of POCOs.
IDictionary Représente une collection générique de paires clé/valeur.
IDictionary Represents a nongeneric collection of key/value pairs.
L'IDictionary<TKey, TValue>interface est l'interface de base pour les collections génériques de paires clé/valeur.pairs.
IDictionary<TKey, TValue>.Gets the element that has the specified key.
Retourne un objet IDictionaryEnumerator pour l'objet IDictionary.
Returns an IDictionaryEnumerator object for the IDictionary object.
L'IDictionary<TKey, TValue>interface est l'interface de base pour les collections génériques de paires clé/valeur.pairs.
Count Count Count Count Gets the number of key/value pairs contained in the SortedDictionary<TKey, TValue>.