The ImmutableSet type exposes the following members.

Properties

  NameDescription
Public propertyCount
The number of elements contained in this collection.
(Overrides Set..::..Count.)
Public propertyIsEmpty
Returns trueTruetruetrue (True in Visual Basic) if this set contains no elements.
(Overrides Set..::..IsEmpty.)
Public propertyIsSynchronized
Returns an object that can be used to synchronize use of the Set across threads.
(Overrides Set..::..IsSynchronized.)
Public propertySyncRoot
Returns an object that can be used to synchronize the Set between threads.
(Overrides Set..::..SyncRoot.)

See Also