TypeMemberModel<T> Constructor
- Namespace
- Kampute.DocToolkit.Models
- Assembly
- Kampute.DocToolkit.dll
Definition
Initializes a new instance of the TypeMemberModel<T> class.
protected TypeMemberModel<T>(TypeModel declaringType, T member)Parameters
declaringTypeTypeModel- The type that declares the member.
memberT- The metadata of the type member represented by this instance.
Exceptions
- ArgumentNullException
- Thrown when
declaringTypeormemberisnull. - ArgumentException
- Thrown when
memberis not declared bydeclaringType.
