| WeakDelegateDelegate Property |
Namespace: DigitalRuneAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public Delegate Delegate { get; }
Public ReadOnly Property Delegate As Delegate
Get
public:
property Delegate^ Delegate {
Delegate^ get ();
}
member Delegate : Delegate with get
Property Value
Type:
Delegate if the object referenced by the current
WeakDelegate
object has been garbage collected; otherwise, a reference to the
Delegate.
See Also