MethodAdapter.GetExtensionBlock Method

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

Definition

Retrieves the extension block associated with the method, if it is an extension method.
protected virtual IExtensionBlock GetExtensionBlock()

Returns

IExtensionBlock
An IExtensionBlock representing the extension block, or null if the method is not an extension method.