MultiValueReadOnlyDictionaryTKey, TValue Class
Represents an IReadOnlyDictionaryTKey, TValue that can have multiple values under the same key.
Inheritance Hierarchy
SystemObject
TcHmiSrv.Core.CollectionsMultiValueReadOnlyDictionaryTKey, TValue
TcHmiSrv.Core.Tools.Net.HttpHttpRequestHeaders
Namespace: TcHmiSrv.Core.Collections
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version:
3.1.7447.0+85f9b473a1dd11b8f3e5c9a182fd1901975e46f9
Syntax
C#
public class MultiValueReadOnlyDictionary<TKey, TValue> : IReadOnlyDictionary<TKey, TValue>,
IEnumerable<KeyValuePair<TKey, TValue>>, IEnumerable, IReadOnlyCollection<KeyValuePair<TKey, TValue>>,
IReadOnlyDictionary<TKey, IEnumerable<TValue>>, IEnumerable<KeyValuePair<TKey, IEnumerable<TValue>>>,
IReadOnlyCollection<KeyValuePair<TKey, IEnumerable<TValue>>>, IEquatable<MultiValueReadOnlyDictionary<TKey, TValue>>Type Parameters
|
TKey |
The type of the keys. |
|
TValue |
The type of the values. |
The MultiValueReadOnlyDictionaryTKey, TValue type exposes the following members.
Constructors
|
|
Name |
Description |
|---|---|---|
|
|
Initializes a new instance of the MultiValueReadOnlyDictionaryTKey, TValue class with the specified IReadOnlyDictionaryTKey, TValue. |
Properties
|
|
Name |
Description |
|---|---|---|
|
|
Gets the number of elements in the collection. | |
|
|
Gets an enumerable collection that contains the keys in the read-only dictionary. | |
|
|
Gets an enumerable collection that contains the values in the read-only dictionary. |
Methods
|
|
Name |
Description |
|---|---|---|
|
|
Determines whether the read-only dictionary contains an element that has the specified key. | |
|
|
Indicates whether the current MultiValueReadOnlyDictionaryTKey, TValue is equal to another MultiValueReadOnlyDictionaryTKey, TValue. | |
|
|
Determines whether the specified Object is equal to the
current MultiValueReadOnlyDictionaryTKey,
TValue. | |
|
|
Allows an object to try to free resources and perform other
cleanup operations before it is reclaimed by garbage
collection. | |
|
|
Gets all values under the specified key. | |
|
|
Returns an enumerator that iterates through the collection. | |
|
|
Gets the first value under the specified key. | |
|
|
Serves as the default hash function. | |
|
|
Gets the Type of the current
instance. | |
|
|
Gets the value at the specified index under the specified key. | |
|
|
Creates a shallow copy of the current Object. | |
|
|
Converts the current instance of the MultiValueReadOnlyDictionaryTKey, TValue class to an ICollectionT. | |
|
|
Returns a string that represents the current object. | |
|
|
Gets the value that is associated with the specified key. | |
|
|
Gets the value that is associated with the specified key. |
Version Information
Supported in: 3.1.7447.0, 2.3.7447.0, 1.10.7447.0