IExtensionBlockMethodInfo.ReceivedMethod Property

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

Definition

Gets the MethodInfo representing the extension method as it appears on the extended type (extension receiver).
MethodInfo ReceivedMethod { get; }

Property Value

MethodInfo
An instance of MethodInfo representing the extension method as it appears on the extended type.