Class SyncSortedSet<T>
Inheritance
SyncSortedSet<T>
Assembly: doc.dll
Syntax
public class SyncSortedSet<T> : SyncSet<T>
Type Parameters
Constructors
|
Improve this Doc
View Source
SyncSortedSet()
Declaration
|
Improve this Doc
View Source
SyncSortedSet(IComparer<T>)
Declaration
public SyncSortedSet(IComparer<T> comparer)
Parameters
Type |
Name |
Description |
IComparer<T> |
comparer |
|
Methods
|
Improve this Doc
View Source
GetEnumerator()
Declaration
public SortedSet<T>.Enumerator GetEnumerator()
Returns
Type |
Description |
SortedSet.Enumerator<> |
|
Implements
ISet<>