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