SortedMapBaseKey, Value Methods |
The SortedMapBaseKey, Value generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Add(KeyValuePairKey, Value) |
Add to a map
| |
| Add(Key, Value) |
Add to a map
| |
| Clear |
Removes all keys and values from the map, leaving the map empty
(Overrides SortedSetBaseKeyClear.) | |
| Contains |
Check if map contains a key value pair
| |
| ContainsKey |
Checks if map contains a key
| |
| CopyTo |
throw new NotImplementedException();
| |
| GetEnumerator | ||
| isEmpty |
Check if map is empty
| |
| Remove(KeyValuePairKey, Value) |
Removes a key value pair from the map (if found)
| |
| Remove(Key) |
Removes a key from the map (if found)
(Overrides SortedSetBaseKeyRemove(Key).) | |
| TryGetValue |
Gets the value associated with the specified key.
|
| Name | Description | |
|---|---|---|
| ToStringDetails(SessionBase, Boolean) | Overloaded.
Object details as a string
(Defined by Utilities.) | |
| ToStringDetails(Schema, TypeVersion, Boolean) | Overloaded.
Currently only used by Database Manager
(Defined by Utilities.) |