Skip to content
DocsTry Aspire
DocsTry

InputGeneratorAnnotation Constructors

ClassConstructors1 member
Annotation for customizing the input generation for a parameter.
Constructor(Func<ParameterResource, InteractionInput>)Section titled Constructor(Func<ParameterResource, InteractionInput>)
Annotation for customizing the input generation for a parameter.
public class InputGeneratorAnnotation
{
public InputGeneratorAnnotation(
Func<ParameterResource, InteractionInput> inputGenerator)
{
// ...
}
}
inputGeneratorFunc<ParameterResource, InteractionInput>The function that generates the input for the parameter.