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

declaringType TypeModel
The declaring type of the field.
field IField
The metadata of the field represented by this instance.

Exceptions

ArgumentNullException
Thrown when declaringType or field is null.