![]() | WeakReferenceT Class |
[Missing <summary> documentation for "T:com.espertech.esper.compat.WeakReference`1"]
Namespace: com.espertech.esper.compat
public class WeakReference<T> : WeakReference where T : class
[Missing <typeparam name="T"/> documentation for "T:com.espertech.esper.compat.WeakReference`1"]
The WeakReferenceT type exposes the following members.
Name | Description | |
---|---|---|
![]() | WeakReferenceT |
Initializes a new instance of the WeakReferenceT class.
|
Name | Description | |
---|---|---|
![]() | IsDead |
Gets a value indicating whether this instance is dead.
|
![]() | Target |
Gets the object (the target) referenced by the current WeakReference object.
|
Name | Description | |
---|---|---|
![]() | Get |
Gets the object (the target) referenced by the current WeakReference object.
|
![]() | GetHashCode |
Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
|