![]() | SoftReferenceT Class |
Namespace: com.espertech.esper.compat
public class SoftReference<T> : WeakReference<T> where T : class
[Missing <typeparam name="T"/> documentation for "T:com.espertech.esper.compat.SoftReference`1"]
The SoftReferenceT type exposes the following members.
Name | Description | |
---|---|---|
![]() | SoftReferenceT |
Initializes a new instance of the SoftReferenceT class.
|
Name | Description | |
---|---|---|
![]() | IsDead |
Gets a value indicating whether this instance is dead.
(Inherited from WeakReferenceT.) |
![]() | Target |
Gets the object (the target) referenced by the current WeakReference object.
(Inherited from WeakReferenceT.) |
Name | Description | |
---|---|---|
![]() | Get |
Gets the object (the target) referenced by the current WeakReference object.
(Inherited from WeakReferenceT.) |
![]() | 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.
(Inherited from WeakReferenceT.) |