public record DocField : DocMember
A DocMember
that represents a documented field in the parsed source code.
public required DocType Type { get; init; }
The type of the field.
public record DocField : DocMember
A DocMember
that represents a documented field in the parsed source code.
public required DocType Type { get; init; }
The type of the field.