LiteDictionary Properties |
The LiteDictionary type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Gets the number of elements contained in this dictionary.
| |
| IsEmpty |
Gets true if this dictionary contains no key-value
mappings.
| |
| IsFixedSize |
Gets a value indicating whether the IDictionary object has
a fixed size.
| |
| IsReadOnly |
Gets a value indicating whether the IDictionary object is
read-only.
| |
| IsSynchronized |
Gets a value indicating whether access to the ICollection
is synchronized (thread safe).
| |
| Item |
Returns the value to which this dictionary maps the specified
key.
| |
| Keys |
Gets a collection containing the keys of the LiteDictionary.
| |
| SyncRoot |
Gets an object that can be used to synchronize access to the
ICollection.
| |
| Values |
Gets a collection containing the values in the LiteDictionary.
|