Show / Hide Table of Contents

    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 Source

    IdentityHashSet()

    Declaration
    public IdentityHashSet()
    | Improve this Doc View Source

    IdentityHashSet(IEnumerable<T>)

    Declaration
    public IdentityHashSet(IEnumerable<T> collection)
    Parameters
    Type Name Description
    IEnumerable<T> collection
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)