EnumModel Class
- Namespace
- Kampute.DocToolkit.Models
- Assembly
Definition
Represents a documentation model for a .NET enumeration type.
public class EnumModel : TypeModel<IEnumType>
- Inheritance
Thread Safety
Constructors
Properties
| Members | Gets all the members declared or implemented by the type. |
| ModelType | Gets the type of the documentation model. |
| Values | Gets the values of the enumeration type. |
Methods
| FindMember(IMember) | Finds the documentation model representing the specified reflection member metadata within the type. |
All public members of the type are guaranteed to be thread-safe.