ExtensionBlockInfo Constructor
- Namespace
- Kampute.DocToolkit.Metadata.Reflection
- Assembly
- Kampute.DocToolkit.dll
Definition
Initializes a new instance of the ExtensionBlockInfo class.
public ExtensionBlockInfo(Type blockType)Parameters
blockTypeType- The type representing the extension block.
Exceptions
- ArgumentNullException
- Thrown if
blockTypeisnull. - ArgumentException
- Thrown if
blockTypedoes not represent a valid extension block.
