IExtensionBlock Interface
- Namespace
- Kampute.DocToolkit.Metadata
- Assembly
Definition
Defines a contract for accessing metadata about extension blocks.
public interface IExtensionBlock : IWithMethods, IWithProperties, ITypeMember
- Extends
- Implemented by
Properties
| IsGenericBlock | Gets a value indicating whether this extension block is generic. |
| Receiver | Gets the receiver parameter information for this extension block. |
| TypeParameters | Gets the generic type parameters of this extension block if it is generic. |
Methods
| Extends(IType) | Determines whether this extension block extends the specified type. |
Extension Methods