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

blockType Type
The type representing the extension block.

Exceptions

ArgumentNullException
Thrown if blockType is null.
ArgumentException
Thrown if blockType does not represent a valid extension block.