PropertyAdapter Constructor
- Namespace
- Kampute.DocToolkit.Metadata.Adapters
- Assembly
- Kampute.DocToolkit.dll
Definition
Initializes a new instance of the PropertyAdapter class.
public PropertyAdapter(IType declaringType, PropertyInfo property)Parameters
declaringTypeIType- The declaring type of the property.
propertyPropertyInfo- The property to wrap.
Exceptions
- ArgumentNullException
- Thrown when
declaringTypeorpropertyisnull. - ArgumentException
- Thrown when
propertyis not a property ofdeclaringType.
