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) { // ... }}Parameters
inputGeneratorFunc<ParameterResource, InteractionInput>The function that generates the input for the parameter.