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
typesIEnumerable<TypeModel>- The collection of type models to include in this collection.
Exceptions
- ArgumentNullException
- Thrown if
typesisnull.
