DelegateModel Class

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

Definition

Represents a documentation model for a .NET delegate type.
public class DelegateModel : TypeModel<IDelegateType>
Inheritance

Thread Safety

All public members of the type are guaranteed to be thread-safe.

Constructors

DelegateModel(object, IDelegateType)Initializes a new instance of the DelegateModel class.
DelegateModel(AssemblyModel, IDelegateType)Initializes a new instance of the DelegateModel class as a top-level type.
DelegateModel(TypeModel, IDelegateType)Initializes a new instance of the DelegateModel class as a nested type.

Properties

ModelTypeGets the type of the documentation model.