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