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
- object
- MemberModel
- MemberModel<IType>
- TypeModel
- TypeModel<IDelegateType>
- DelegateModel
Thread Safety
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
| ModelType | Gets the type of the documentation model. |

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