CompositeTypeModel<T> Class

Namespace
Kampute.DocToolkit.Models
Assembly
  • Kampute.DocToolkit.dll

Definition

Represents a documentation model for a composite .NET type of a specific kind that can have fields and nested types.
public abstract class CompositeTypeModel<T> : CompositeTypeModel
	where T : class, ICompositeType
Inheritance
Inherited by

Type Parameters

T
The type of the reflection metadata, which must implement ICompositeType.

Constructors

CompositeTypeModel<T>(object, T)Initializes a new instance of the CompositeTypeModel<T> class.

Properties

MetadataGets the reflection metadata for the type.