Click or drag to resize
DigitalRuneWeakDelegate Constructor
Initializes a new instance of the WeakDelegate class.

Namespace: DigitalRune
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public WeakDelegate(
	Delegate delegate
)

Parameters

delegate
Type: SystemDelegate
The original Delegate to create a weak reference for.
Exceptions
ExceptionCondition
ArgumentNullExceptiondelegate is .
See Also