Skip to content
Docs Try Aspire
Docs Try

AtsCallbackParameterInfo Properties

Class Properties 3 members
Represents a parameter in a callback delegate signature.
Gets or sets the XML documentation captured for this callback parameter.
public AtsDocumentationInfo? Documentation { get; init; }
Gets or sets the parameter name.
public string Name { get; init; }
Gets or sets the type reference for this parameter.
public AtsTypeRef Type { get; init; }