public record DocIndexer : DocProperty
A DocProperty
that represents an indexer.
public required DocParam[] Params { get; init; }
The parameters of the indexer.
public record DocIndexer : DocProperty
A DocProperty
that represents an indexer.
public required DocParam[] Params { get; init; }
The parameters of the indexer.