IExtensionBlockMethodInfo Interface

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

Definition

Provides an interface for reflection method information that represent extension methods defined in an extension block.
public interface IExtensionBlockMethodInfo : IExtensionBlockMemberInfo
Extends

Properties

DeclaredMethodGets the MethodInfo representing the declaration of the extension method.
ReceivedMethodGets the MethodInfo representing the extension method as it appears on the extended type (extension receiver).