TypeModel<T> Class
- Namespace
- Kampute.DocToolkit.Models
- Assembly
- Kampute.DocToolkit.dll
Definition
Represents a documentation model for a .NET type of a specific kind.
public abstract class TypeModel<T> : TypeModel
where T : class, IType- Inheritance
- object
- MemberModel
- MemberModel<IType>
- TypeModel
- TypeModel<T>
- Inherited by
Type Parameters
T- The type of the reflection metadata, which must implement IType.
Constructors
| TypeModel<T>(object, T) | Initializes a new instance of the TypeModel<T> class. |
Properties
| Metadata | Gets the reflection metadata for the type. |
