| LWWDictionaryTKey, TValue Properties |
The LWWDictionaryTKey, TValue generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Returns number of entries stored within current LWWDictionaryTKey, TValue.
| |
| Entries |
Returns all entries stored within current LWWDictionaryTKey, TValue | |
| IsEmpty |
Determines if current LWWDictionaryTKey, TValue is empty.
| |
| Item |
Returns value stored under provided key.
| |
| Keys |
Returns collection of keys stored within current LWWDictionaryTKey, TValue.
| |
| Values |
Returns collection of values stored within current LWWDictionaryTKey, TValue.
|