Skip to content
Docs Try Aspire

AtsCallbackParameterInfo Properties

Class Properties 2 members
Represents a parameter in a callback delegate signature.
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; }