Class IdentityHashSet<T>
Inheritance
System.Object
IdentityHashSet<T>
Namespace: Lucene.Net.Support
Assembly: Lucene.Net.dll
Syntax
public class IdentityHashSet<T> : HashSet<T> where T : class
Type Parameters
Name | Description |
---|---|
T |
Constructors
| Improve this Doc View SourceIdentityHashSet()
Declaration
public IdentityHashSet()
IdentityHashSet(IEnumerable<T>)
Declaration
public IdentityHashSet(IEnumerable<T> collection)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<T> | collection |