Method | Description | |
---|---|---|
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 | |
return | void |
public CaseSensitiveStringDictionary ( ) : System.Runtime.InteropServices | ||
return | System.Runtime.InteropServices |