ReadOnlyMultiDictionaryBaseTKey, 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.CollectionsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic virtual ICollection<KeyValuePair<TKey, TValue>> KeyValuePairs { get; }
public:
virtual property ICollection<KeyValuePair<TKey, TValue>>^ KeyValuePairs {
ICollection<KeyValuePair<TKey, TValue>>^ get ();
}
Property Value
Type:
ICollectionKeyValuePairTKey,
TValue
See Also