FieldAdapter Constructor
- Namespace
- Kampute.DocToolkit.Metadata.Adapters
- Assembly
- Kampute.DocToolkit.dll
Definition
Initializes a new instance of the FieldAdapter class.
public FieldAdapter(IType declaringType, FieldInfo field)Parameters
Exceptions
- ArgumentNullException
- Thrown when
fieldisnull. - ArgumentException
- Thrown when
fieldis not a field ofdeclaringType.
