Click or drag to resize
DigitalRuneWeakDelegateT Constructor

Namespace: DigitalRune
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public WeakDelegate(
	T target
)

Parameters

target
Type: T
The original Delegate to create a weak reference for.
Exceptions
ExceptionCondition
ArgumentNullExceptiontarget is .
See Also