MultiValueHashtable<TKey, TValue> Properties |
The MultiValueHashtable< TKey, TValue> generic type exposes the following members.
Properties
Explicit Interface Implementations
| Name | Description |
---|
  | IDictionary.IsFixedSize | (Inherited from Dictionary<TKey, UniqueValueList<TValue>>.) |
  | ICollection<KeyValuePair<TKey, TValue>>.IsReadOnly | (Inherited from Dictionary<TKey, UniqueValueList<TValue>>.) |
  | IDictionary.IsReadOnly | (Inherited from Dictionary<TKey, UniqueValueList<TValue>>.) |
  | ICollection.IsSynchronized | (Inherited from Dictionary<TKey, UniqueValueList<TValue>>.) |
  | IDictionary.Item | (Inherited from Dictionary<TKey, UniqueValueList<TValue>>.) |
  | IDictionary<TKey, TValue>.Keys | (Inherited from Dictionary<TKey, UniqueValueList<TValue>>.) |
  | IReadOnlyDictionary<TKey, TValue>.Keys | (Inherited from Dictionary<TKey, UniqueValueList<TValue>>.) |
  | IDictionary.Keys | (Inherited from Dictionary<TKey, UniqueValueList<TValue>>.) |
  | ICollection.SyncRoot | (Inherited from Dictionary<TKey, UniqueValueList<TValue>>.) |
  | IDictionary<TKey, TValue>.Values | (Inherited from Dictionary<TKey, UniqueValueList<TValue>>.) |
  | IReadOnlyDictionary<TKey, TValue>.Values | (Inherited from Dictionary<TKey, UniqueValueList<TValue>>.) |
  | IDictionary.Values | (Inherited from Dictionary<TKey, UniqueValueList<TValue>>.) |
Top
See Also