MemberModel<T> Class
- Namespace
- Kampute.DocToolkit.Models
- Assembly
- Kampute.DocToolkit.dll
Definition
Represents a documentation model for a member of a specific kind.
public abstract class MemberModel<T> : MemberModel
where T : class, IMember- Inheritance
- object
- MemberModel
- MemberModel<T>
- Inherited by
Type Parameters
T- The type of the member, which must implement IMember.
Constructors
| MemberModel<T>(T) | Initializes a new instance of the MemberModel<T> class. |
Properties
| Metadata | Gets the reflection metadata for the member. |
Operators
| Implicit(MemberModel<T>) | Defines an implicit conversion from MemberModel<T> to T, which is the underlying metadata type. |
