Show / Hide Table of Contents

    Class IdentityWeakReference<T>

    Inheritance
    System.Object
    IdentityWeakReference<T>
    Namespace: Lucene.Net.Support
    Assembly: Lucene.Net.dll
    Syntax
    public class IdentityWeakReference<T> : WeakReference where T : class
    Type Parameters
    Name Description
    T

    Constructors

    | Improve this Doc View Source

    IdentityWeakReference(T)

    Declaration
    public IdentityWeakReference(T target)
    Parameters
    Type Name Description
    T target

    Properties

    | Improve this Doc View Source

    Target

    Declaration
    public T Target { get; set; }
    Property Value
    Type Description
    T

    Methods

    | Improve this Doc View Source

    Equals(Object)

    Declaration
    public override bool Equals(object o)
    Parameters
    Type Name Description
    System.Object o
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)