|
|
| StringMap (global::System.IntPtr cPtr, bool cMemoryOwn) |
| | 仅供内部使用
|
| |
|
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) |
| |
|
StringMapEnumerator | GetEnumerator () |
| |
|
| StringMap (StringMap other) |
| |
|
void | Clear () |
| |
|
bool | ContainsKey (string key) |
| |
|
void | Add (string key, string value) |
| |
|
bool | Remove (string key) |
| |