DictionaryBase Properties
Assembly: mscorlib (in mscorlib.dll)
| 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[Object^] | 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. |



