AssemblyModel Constructor
- Namespace
- Kampute.DocToolkit.Models
- Assembly
- Kampute.DocToolkit.dll
Definition
Initializes a new instance of the AssemblyModel class.
public AssemblyModel(IDocumentationContext context, IAssembly assembly)Parameters
contextIDocumentationContext- The documentation context.
assemblyIAssembly- The assembly represented by this instance.
Exceptions
- ArgumentNullException
- Thrown when
assemblyisnull.
