RECORD FieldInfo
- Namespace: SuCoS.Models.APIModels
- Source File: FieldInfo.cs
Represents the metadata of a field in a class or struct, including its name, type, modifiers, default value, and associated documentation.
Properties
Documentation
(DocumentationInfo) = Documentation ?? new(): Represents the documentation associated with a field, including details such as summary, parameters, return value, example usage, remarks, and raw content.