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
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

MetadataGets the reflection metadata for the type.