void
| Dispose ()
|
bool
| TryGetValue (string key, out string value)
|
void
| Add (global::System.Collections.Generic.KeyValuePair< string, string > item)
|
bool
| Remove (global::System.Collections.Generic.KeyValuePair< string, string > item)
|
bool
| Contains (global::System.Collections.Generic.KeyValuePair< string, string > item)
|
void
| CopyTo (global::System.Collections.Generic.KeyValuePair< string, string >[] array)
|
void
| CopyTo (global::System.Collections.Generic.KeyValuePair< string, string >[] array, int arrayIndex)
|
MapStringStringSwigEnumerator
| GetEnumerator ()
|
| MapStringStringSwig (MapStringStringSwig other)
|
bool
| empty ()
|
void
| Clear ()
|
bool
| ContainsKey (string key)
|
void
| Add (string key, string value)
|
bool
| Remove (string key)
|