Dictionary(Of TKey, TValue).KeyCollection Properties

 

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

NameDescription
System_CAPS_pubpropertyCount

Gets the number of elements contained in the Dictionary(Of TKey, TValue).KeyCollection.

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection(Of TKey).IsReadOnly

Gets a value indicating whether the ICollection(Of T) is read-only.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection.IsSynchronized

Gets a value indicating whether access to the ICollection is synchronized (thread safe).

System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection.SyncRoot

Gets an object that can be used to synchronize access to the ICollection.

Return to top
Show: