Click or drag to resize

WeakReferenceT Class

[Missing <summary> documentation for "T:com.espertech.esper.compat.WeakReference`1"]

Inheritance Hierarchy
SystemWeakReference
  com.espertech.esper.compatWeakReferenceT
    com.espertech.esper.compatSoftReferenceT

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public class WeakReference<T> : WeakReference
where T : class

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:com.espertech.esper.compat.WeakReference`1"]

The WeakReferenceT type exposes the following members.

Constructors
  NameDescription
Public methodWeakReferenceT
Initializes a new instance of the WeakReferenceT class.
Top
Properties
  NameDescription
Public propertyIsDead
Gets a value indicating whether this instance is dead.
Public propertyTarget
Gets the object (the target) referenced by the current WeakReference object.
Top
Methods
  NameDescription
Public methodGet
Gets the object (the target) referenced by the current WeakReference object.
Public methodGetHashCode
Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
Top
See Also