ORDictionaryTKey, TValue Properties |
The ORDictionaryTKey, TValue generic type exposes the following members.
Name | Description | |
---|---|---|
Count |
Returns number of entries stored within current ORDictionaryTKey, TValue | |
Entries |
Returns all entries stored within current ORDictionaryTKey, TValue | |
IsEmpty |
Determines if current ORDictionaryTKey, TValue doesn't contain any value.
| |
Item |
Returns an element stored under provided key.
| |
Keys |
Returns all keys stored within current ORDictionaryTKey, TValue | |
Values |
Returns all values stored within current ORDictionaryTKey, TValue |