public record DocEvent : DocMember
A DocMember
that represents a documented event in the parsed source code.
Similar to DocProperty
but with its own set of accessors.
public required DocType Type { get; init; }
The type of the event.
public record DocEvent : DocMember
A DocMember
that represents a documented event in the parsed source code.
Similar to DocProperty
but with its own set of accessors.
public required DocType Type { get; init; }
The type of the event.