target property

T? target

The current object weakly referenced by this WeakReference, if any.

The value is either the object supplied in the constructor, or null if the weak reference has been cleared.

Implementation

T? get target;