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; } Gets the remarks text.
public string? Remarks { get; init; } Gets the return value documentation.
public string? Returns { get; init; } Gets the summary text.
public string? Summary { get; init; }