ExtensionContainerInfo Constructor

Namespace
Kampute.DocToolkit.Metadata.Reflection
Assembly
  • Kampute.DocToolkit.dll

Definition

Initializes a new instance of the ExtensionContainerInfo class.
public ExtensionContainerInfo(Type containerType)

Parameters

containerType Type
The container type.

Exceptions

ArgumentNullException
Thrown if containerType is null.
ArgumentException
Thrown if containerType is not a top-level non-generic static class.