Skip to content
DocsTry Aspire
DocsTry

AtsDocumentationInfo Properties

ClassProperties4 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; }
RemarksSection titled Remarksnullablestring?
Gets the remarks text.
public string? Remarks { get; init; }
ReturnsSection titled Returnsnullablestring?
Gets the return value documentation.
public string? Returns { get; init; }
SummarySection titled Summarynullablestring?
Gets the summary text.
public string? Summary { get; init; }