Click or drag to resize

WeakDelegateTDelegate Constructor

Initializes a new instance of the WeakDelegateTDelegate class.

Namespace: Altaxo
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public WeakDelegate()
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if TDelegate is not a delegate type.
See Also