RECORD DocumentationInfo
- Namespace: SuCoS.Models.APIModels
- Source File: DocumentationInfo.cs
Represents comprehensive documentation details for an element, including summary, parameters, return information, example usage, remarks, and raw documentation content.
Properties
Parameters
(ListParameters ?? new(): Gets or sets the collection of parameter documentation associated with a method or property. This collection typically contains information about the name and description of each parameter involved.