InputGeneratorAnnotation Constructors
Class Constructors 1 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) { // ... }}Parameters
inputGenerator Func<ParameterResource, InteractionInput> The function that generates the input for the parameter.