Click or drag to resize
DigitalRuneWeakDelegateMethodInfo Property
Gets the metadata of the delegate method.

Namespace: DigitalRune
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public MethodInfo MethodInfo { get; }

Property Value

Type: MethodInfo
The metadata of the delegate method.
See Also