ConstructorModel Class
- Namespace
- Kampute.DocToolkit.Models
- Assembly
- Kampute.DocToolkit.dll
Definition
Represents a documentation model for a constructor within a type.
public class ConstructorModel : TypeMemberModel<IConstructor>- Inheritance
Thread Safety
Constructors
| ConstructorModel(TypeModel, IConstructor) | Initializes a new instance of the ConstructorModel class. |
Properties
| ModelType | Gets the type of the documentation model. |
Methods
| ToString() | Returns a string that represents the current object. |

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