ExtensionBlockAdapter Class
- Namespace
- Kampute.DocToolkit.Metadata.Adapters
- Assembly
Definition
public class ExtensionBlockAdapter : TypeMemberAdapter<ExtensionBlockInfo>, IExtensionBlock
- Inheritance
- Implements
Constructors
Properties
| IsGenericBlock | Gets a value indicating whether this extension block is generic. |
| IsSpecialName | Gets a value indicating whether the member is a special name. |
| IsStatic | Gets a value indicating whether the member is static. |
| IsUnsafe | Gets a value indicating whether this member is declared as unsafe. |
| Methods | Gets all the public or protected methods declared, overridden, or implemented by the type. |
| Properties | Gets all the public or protected properties declared, overridden, or implemented by the type. |
| 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
Extension Methods