RECORD MethodInfo
- Namespace: SuCoS.Models.APIModels
- Source File: MethodInfo.cs
Represents information about a method within a class or struct, including its name, return type, modifiers, parameters, and associated documentation.
Properties
Parameters
(ListParameters ?? new(): Represents the collection of parameters associated with the method. Provides detailed information about each parameter including its name, type, and optional default value.
Documentation
(DocumentationInfo) = Documentation ?? new(): Provides documentation details for the associated method such as summary, parameters, return value, usage example, remarks, and raw content of the documentation.