Click or drag to resize
DigitalRuneWeakDelegateTargetReference Property
Gets the weak reference of the target object.

Namespace: DigitalRune
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public WeakReference TargetReference { get; }

Property Value

Type: WeakReference
The weak reference of the target object, or if the delegate method is a static method.
See Also