DictionaryBase Properties
.NET Framework 4.5
The DictionaryBase type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Gets the number of elements contained in the DictionaryBase instance. |
|
Dictionary | Gets the list of elements contained in the DictionaryBase instance. |
|
InnerHashtable | Gets the list of elements contained in the DictionaryBase instance. |
| Name | Description | |
|---|---|---|
|
ICollection.IsSynchronized | Gets a value indicating whether access to a DictionaryBase object is synchronized (thread safe). |
|
ICollection.SyncRoot | Gets an object that can be used to synchronize access to a DictionaryBase object. |
|
IDictionary.IsFixedSize | Gets a value indicating whether a DictionaryBase object has a fixed size. |
|
IDictionary.IsReadOnly | Gets a value indicating whether a DictionaryBase object is read-only. |
|
IDictionary.Item | Gets or sets the value associated with the specified key. |
|
IDictionary.Keys | Gets an ICollection object containing the keys in the DictionaryBase object. |
|
IDictionary.Values | Gets an ICollection object containing the values in the DictionaryBase object. |