TypeCollection Constructor

Namespace
Kampute.DocToolkit.Collections
Assembly
  • Kampute.DocToolkit.dll

Definition

Initializes a new instance of the TypeCollection class.
public TypeCollection(IEnumerable<TypeModel> types)

Parameters

types IEnumerable<TypeModel>
The collection of type models to include in this collection.

Exceptions

ArgumentNullException
Thrown if types is null.