The SynchronizedSet<(Of <(<'T>)>)> type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Count |
The number of elements contained in this collection.
(Overrides Set<(Of <(<'T>)>)>..::..Count.) | |
| IsEmpty |
Returns trueTruetruetrue (True in Visual Basic) if this set contains no elements.
(Overrides Set<(Of <(<'T>)>)>..::..IsEmpty.) | |
| IsReadOnly |
Indicates whether given instace is read-only or not
(Overrides Set<(Of <(<'T>)>)>..::..IsReadOnly.) | |
| IsSynchronized |
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.) | |
| SyncRoot |
Returns an object that can be used to synchronize the Set between threads.
(Overrides Set<(Of <(<'T>)>)>..::..SyncRoot.) |