Méthode | Description | |
---|---|---|
Add ( IDictionary dictionary, key, value ) : void | ||
Add ( Dictionary, dictionary, key, value ) : void | ||
Remove ( IDictionary dictionary, key, value ) : bool | ||
Remove ( Dictionary, dictionary, key, value ) : void |
public static Add ( IDictionary dictionary, key, value ) : void | ||
dictionary | IDictionary | |
Résultat | void |
public static Add ( Dictionary, dictionary, key, value ) : void | ||
dictionary | Dictionary, | |
Résultat | void |
public static Remove ( IDictionary dictionary, key, value ) : bool | ||
dictionary | IDictionary | |
Résultat | bool |
public static Remove ( Dictionary, dictionary, key, value ) : void | ||
dictionary | Dictionary, | |
Résultat | void |