LocalORMultiDictionaryTKey, TVal Properties |
The LocalORMultiDictionaryTKey, TVal generic type exposes the following members.
Name | Description | |
---|---|---|
Count |
Returns number of elements inside the underlying ORMultiDictionary.
| |
Entries |
Returns collection of the elements inside the underlying ORMultiDictionary.
| |
IsEmpty |
Determines if underlying ORMultiDictionary is empty.
| |
Item |
Gets or sets provided key-value of the underlying ORMultiDictionary within scope of the current cluster node.
| |
Keys |
Returns all keys stored within underlying ORMultiDictionary.
| |
Values |
Returns all values stored in all buckets within underlying ORMultiDictionary.
|