IExtensionBlockMethodInfo.DeclaredMethod Property

Namespace
Kampute.DocToolkit.Metadata.Reflection
Assembly
  • Kampute.DocToolkit.dll

Definition

Gets the MethodInfo representing the declaration of the extension method.
MethodInfo DeclaredMethod { get; }

Property Value

MethodInfo
An instance of MethodInfo representing the declaration of the extension method.