|
|
MultiMapK, V Methods |
The MultiMapK, V generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Add(K) |
add an key to the map but no values which results in an empty list.
| |
| Add(K, ListV) |
add a list of identifiers to the map.
| |
| Add(K, V) |
add an element to the map.
| |
| AddUnique |
add an element to the map if not already present.
| |
| ContainsKey |
Checks whether the MultiMap contains a specific key.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetObjectData |
Serialize BuilderElementStraightLine.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| KeysWithZeroItems |
Get the list of keys with entries that do not contain items.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryGetValue |
Tries to find a key in the MultiMap.
|