Method | Description | |
---|---|---|
Add ( string key, string value ) : void | ||
Clear ( ) : void | ||
ContainsKey ( string key ) : bool | ||
ContainsValue ( string value ) : bool | ||
CopyTo ( System array, int index ) : void | ||
GetEnumerator ( ) : System.Collections.IEnumerator | ||
Remove ( string key ) : void | ||
StringDictionary ( ) | ||
this ( string key ) : string |
public Add ( string key, string value ) : void | ||
key | string | |
value | string | |
return | void |
public CopyTo ( System array, int index ) : void | ||
array | System | |
index | int | |
return | void |
public GetEnumerator ( ) : System.Collections.IEnumerator | ||
return | System.Collections.IEnumerator |