Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 326 Bytes

Summary.DocIndexer.md

File metadata and controls

15 lines (11 loc) · 326 Bytes
public record DocIndexer : DocProperty

A DocProperty that represents an indexer.

Properties

public required DocParam[] Params { get; init; }

The parameters of the indexer.