PropertyAdapter.ExtensionBlock Property
- Namespace
- Kampute.DocToolkit.Metadata.Adapters
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets the extension block where the member is defined if the member is a block extension member.
public IExtensionBlock ExtensionBlock { get; }Property Value
- IExtensionBlock
- The extension block where the member is defined, or
nullif the member is not an extension member or is a classic (non-block) extension method.

If the member is a classic extension method, the extension block will be
null. In such cases, the receiver parameter is represented directly by the first parameter of the method.