FieldModel Constructor
- Namespace
- Kampute.DocToolkit.Models
- Assembly
- Kampute.DocToolkit.dll
Definition
Initializes a new instance of the FieldModel class.
public FieldModel(TypeModel declaringType, IField field)Parameters
declaringTypeTypeModel- The declaring type of the field.
fieldIField- The metadata of the field represented by this instance.
Exceptions
- ArgumentNullException
- Thrown when
declaringTypeorfieldisnull.
