DictionaryBase Properties

 

Namespace:   System.Collections
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubpropertyCount

Gets the number of elements contained in the DictionaryBase instance.

System_CAPS_protpropertyDictionary

Gets the list of elements contained in the DictionaryBase instance.

System_CAPS_protpropertyInnerHashtable

Gets the list of elements contained in the DictionaryBase instance.

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection::IsSynchronized

Gets a value indicating whether access to a DictionaryBase object is synchronized (thread safe).

System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection::SyncRoot

Gets an object that can be used to synchronize access to a DictionaryBase object.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIDictionary::IsFixedSize

Gets a value indicating whether a DictionaryBase object has a fixed size.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIDictionary::IsReadOnly

Gets a value indicating whether a DictionaryBase object is read-only.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIDictionary::Item[Object^]

Gets or sets the value associated with the specified key.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIDictionary::Keys

Gets an ICollection object containing the keys in the DictionaryBase object.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIDictionary::Values

Gets an ICollection object containing the values in the DictionaryBase object.

Return to top
Show: