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

Properties

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

See Also