Click or drag to resize
MultiValueHashtable<TKey, TValue> Properties

The MultiValueHashtable< TKey, TValue> generic type exposes the following members.

Properties
  NameDescription
Public propertyComparer (Inherited from Dictionary<TKey, UniqueValueList<TValue>>.)
Public propertyCount (Inherited from Dictionary<TKey, UniqueValueList<TValue>>.)
Public propertyItem
Gets / sets a value for the given key. Hides original indexer
Public propertyKeys (Inherited from Dictionary<TKey, UniqueValueList<TValue>>.)
Public propertyValues (Inherited from Dictionary<TKey, UniqueValueList<TValue>>.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate propertyIDictionary.IsFixedSize (Inherited from Dictionary<TKey, UniqueValueList<TValue>>.)
Explicit interface implementationPrivate propertyICollection<KeyValuePair<TKey, TValue>>.IsReadOnly (Inherited from Dictionary<TKey, UniqueValueList<TValue>>.)
Explicit interface implementationPrivate propertyIDictionary.IsReadOnly (Inherited from Dictionary<TKey, UniqueValueList<TValue>>.)
Explicit interface implementationPrivate propertyICollection.IsSynchronized (Inherited from Dictionary<TKey, UniqueValueList<TValue>>.)
Explicit interface implementationPrivate propertyIDictionary.Item (Inherited from Dictionary<TKey, UniqueValueList<TValue>>.)
Explicit interface implementationPrivate propertyIDictionary<TKey, TValue>.Keys (Inherited from Dictionary<TKey, UniqueValueList<TValue>>.)
Explicit interface implementationPrivate propertyIReadOnlyDictionary<TKey, TValue>.Keys (Inherited from Dictionary<TKey, UniqueValueList<TValue>>.)
Explicit interface implementationPrivate propertyIDictionary.Keys (Inherited from Dictionary<TKey, UniqueValueList<TValue>>.)
Explicit interface implementationPrivate propertyICollection.SyncRoot (Inherited from Dictionary<TKey, UniqueValueList<TValue>>.)
Explicit interface implementationPrivate propertyIDictionary<TKey, TValue>.Values (Inherited from Dictionary<TKey, UniqueValueList<TValue>>.)
Explicit interface implementationPrivate propertyIReadOnlyDictionary<TKey, TValue>.Values (Inherited from Dictionary<TKey, UniqueValueList<TValue>>.)
Explicit interface implementationPrivate propertyIDictionary.Values (Inherited from Dictionary<TKey, UniqueValueList<TValue>>.)
Top
See Also