EnumValueInfo
- Namespace: SuCoS.Commands.API.APIModels
- Source File: EnumValueInfo.cs
Represents metadata information for an enumeration value, including its name, optional value, and associated documentation details.
Properties
Documentation
(DocumentationInfo) = Documentation ?? new(): Gets or initializes the documentation information associated with an enum value. Provides details such as summary, parameters, return type, examples, remarks, and raw content about the associated enum value.