Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 331 Bytes

Summary.DocField.md

File metadata and controls

15 lines (11 loc) · 331 Bytes
public record DocField : DocMember

A DocMember that represents a documented field in the parsed source code.

Properties

public required DocType Type { get; init; }

The type of the field.