AtsCallbackParameterInfo
Class sealed net8.0
Represents a parameter in a callback delegate signature.
namespace Aspire.TypeSystem;
public sealed class AtsCallbackParameterInfo{ // ...}Constructors1
Section titled ConstructorsProperties3
Section titled PropertiesDocumentationget; init Gets or sets the XML documentation captured for this callback parameter.
Nameget; initstring Gets or sets the parameter name.
Typeget; init Gets or sets the type reference for this parameter.