Skip to content
Docs Try Aspire
Docs Try

AtsDocumentationInfo Properties

Class Properties 4 members
Represents XML documentation captured for generated polyglot SDK APIs.
Gets parameter documentation entries keyed by C# parameter name.
public IReadOnlyList<AtsParameterDocumentationInfo> Parameters { get; init; }
Remarks Section titled Remarks nullable string?
Gets the remarks text.
public string? Remarks { get; init; }
Returns Section titled Returns nullable string?
Gets the return value documentation.
public string? Returns { get; init; }
Summary Section titled Summary nullable string?
Gets the summary text.
public string? Summary { get; init; }