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
| DeclaredMethod | Gets the MethodInfo representing the declaration of the extension method. |
| ReceivedMethod | Gets the MethodInfo representing the extension method as it appears on the extended type (extension receiver). |
