The SynchronizedSet<(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 whether given instace is read-only or not
(Overrides Set<(Of <(<'T>)>)>..::..IsReadOnly.)
Public propertyIsSynchronized
Returns trueTruetruetrue (True in Visual Basic), indicating that this object is thread-safe. The exception to this is enumeration, which is inherently not thread-safe. Use the SyncRoot object to lock this object for the entire duration of the enumeration.
(Overrides Set<(Of <(<'T>)>)>..::..IsSynchronized.)
Public propertySyncRoot
Returns an object that can be used to synchronize the Set between threads.
(Overrides Set<(Of <(<'T>)>)>..::..SyncRoot.)

See Also