Метод | Описание | |
---|---|---|
Add ( string key, string value ) : void | ||
CaseSensitiveStringDictionary ( ) : System.Runtime.InteropServices | ||
ContainsKey ( string key ) : bool | ||
Remove ( string key ) : void | ||
this ( string key ) : string |
public Add ( string key, string value ) : void | ||
key | string | |
value | string | |
Результат | void |
public CaseSensitiveStringDictionary ( ) : System.Runtime.InteropServices | ||
Результат | System.Runtime.InteropServices |