| WeakDelegateTargetReference Property |
Gets the weak reference of the target object.
Namespace: DigitalRuneAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public WeakReference TargetReference { get; }
Public ReadOnly Property TargetReference As WeakReference
Get
public:
property WeakReference^ TargetReference {
WeakReference^ get ();
}
member TargetReference : WeakReference with get
Property Value
Type:
WeakReference
The weak reference of the target object, or
if the delegate method is
a static method.
See Also