ReadOnlyMultiDictionaryBaseTKey, TValue Properties |
The ReadOnlyMultiDictionaryBaseTKey, TValue generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of keys in the dictionary. This property must be overridden
in the derived class.
(Overrides ReadOnlyCollectionBaseTCount.) |
![]() | Item |
Returns a collection of all of the values in the dictionary associated with key.
If the key is not present in the dictionary, an ICollection with no
values is returned. The returned ICollection is read-only.
|
![]() | Keys |
Gets a read-only collection all the keys in this dictionary.
|
![]() | KeyValuePairs |
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.
|
![]() | Values |
Gets a read-only collection of all the values in the dictionary.
|