target 属性

T? target

由此对象弱引用的当前对象,如果有的话。

此值要么是构造函数中提供的对象,要么是在弱引用已清除时为 null

实现

T? get target;