RECORD DocumentationInfo

Represents comprehensive documentation details for an element, including summary, parameters, return information, example usage, remarks, and raw documentation content.

Properties

Parameters

(List) = Parameters ?? 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.