|
void | Add (string key, T value) |
|
bool | ContainsKey (string key) |
|
bool | Remove (string key) |
|
bool | TryGetValue (string key, out T value) |
|
void | Clear () |
|
void | Add (KeyValuePair< string, T > item) |
|
bool | Contains (KeyValuePair< string, T > item) |
|
void | CopyTo (KeyValuePair< string, T >[] array, int arrayIndex) |
|
bool | Remove (KeyValuePair< string, T > item) |
|
IEnumerator< KeyValuePair< string, T > > | GetEnumerator () |
|
|
ICollection< string > | Keys [get] |
|
ICollection< T > | Values [get] |
|
int | Count [get] |
|
bool | IsReadOnly [get] |
|
T | this[string key] [get, set] |
|
|
IEnumerator IEnumerable. | GetEnumerator () |
|
The documentation for this class was generated from the following file: