target 属性

T? target

WeakReference 当前弱引用的对象(如果有)。

该值要么是构造函数中提供的对象,要么是弱引用被清除时的 null

实现

T? get target;