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