Click or drag to resize
DigitalRuneWeakMulticastDelegateTAdd Method (T)

Namespace: DigitalRune
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public void Add(
	T delegate
)

Parameters

delegate
Type: T
The new Delegate.
Exceptions
ExceptionCondition
ArgumentNullExceptiondelegate is .
See Also