The DictionarySet<(Of <(<'T>)>)> type exposes the following members.

Properties

  NameDescription
Public propertyCount
The number of elements contained in this collection.
(Overrides Set<(Of <(<'T>)>)>..::..Count.)
Public propertyIsEmpty
Returns trueTruetruetrue (True in Visual Basic) if this set contains no elements.
(Overrides Set<(Of <(<'T>)>)>..::..IsEmpty.)
Public propertyIsReadOnly
Indicates wether the Set is read-only or not
(Overrides Set<(Of <(<'T>)>)>..::..IsReadOnly.)
Public propertyIsSynchronized
None of the objects based on DictionarySet are synchronized. Use the SyncRoot property instead.
(Overrides Set<(Of <(<'T>)>)>..::..IsSynchronized.)
Protected propertyPlaceholder
The placeholder object used as the value for the IDictionary instance.
Public propertySyncRoot
Returns an object that can be used to synchronize the Set between threads.
(Overrides Set<(Of <(<'T>)>)>..::..SyncRoot.)

See Also