Click or drag to resize
OrderedMultiDictionaryTKey, TValueKeyValuePairs Property
Gets a read-only collection of all key-value pairs in the dictionary. If a key has multiple values associated with it, then a key-value pair is present for each value associated with the key.

Namespace: X3Platform.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public override sealed ICollection<KeyValuePair<TKey, TValue>> KeyValuePairs { get; }

Property Value

Type: ICollectionKeyValuePairTKey, TValue
See Also