메소드 | 설명 | |
---|---|---|
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 | |
리턴 | void |
public static Add ( Dictionary, dictionary, key, value ) : void | ||
dictionary | Dictionary, | |
리턴 | void |
public static Remove ( IDictionary dictionary, key, value ) : bool | ||
dictionary | IDictionary | |
리턴 | bool |
public static Remove ( Dictionary, dictionary, key, value ) : void | ||
dictionary | Dictionary, | |
리턴 | void |