ConstructorModel Constructor
- Namespace
- Kampute.DocToolkit.Models
- Assembly
- Kampute.DocToolkit.dll
Definition
Initializes a new instance of the ConstructorModel class.
public ConstructorModel(TypeModel declaringType, IConstructor constructor)Parameters
declaringTypeTypeModel- The declaring type of the constructor.
constructorIConstructor- The constructor information.
Exceptions
- ArgumentNullException
- Thrown when
declaringTypeorconstructorisnull. - ArgumentException
- Thrown when
constructoris not a constructor ofdeclaringType.
