Creates a new instance of the EvaluateParameters_NamedIgnorableParamaters class.
The parameters to extract named ignorable parameters from.
The found named ignorable parameters, with their original indexes, and indexes of parameters than are not named ignorable paramters having a value of undefined
.
Applies the detected values to the args object.
This function mutates the object passed in to the args parameter.
The paramter types.
If the old args return type should be used. Default is false.
The args array to apply the detected values to.
Gets the sibling named ignorable parameters for an index.
The index to get the named ignorable parameters for.
The named ignorable parameters for the index.
Stores the found named ignorable parameters.
This is used for the evaluateParameters function to allow changing the order of named ignorable parameters that are defined next to each other.