Click or drag to resize

MultiMapK, V Methods

The MultiMapK, V generic type exposes the following members.

Methods
  NameDescription
Public methodAdd(K)
add an key to the map but no values which results in an empty list.
Public methodAdd(K, ListV)
add a list of identifiers to the map.
Public methodAdd(K, V)
add an element to the map.
Public methodAddUnique
add an element to the map if not already present.
Public methodContainsKey
Checks whether the MultiMap contains a specific key.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetObjectData
Serialize BuilderElementStraightLine.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodKeysWithZeroItems
Get the list of keys with entries that do not contain items.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetValue
Tries to find a key in the MultiMap.
Top
See Also