ParameterizedValueEvaluator1TParameter1, TResultSetValues Method |
Sets the values of each parameter for this parameterized evaluator.
Namespace:
AGI.Foundation.Infrastructure
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public void SetValues(
TParameter1 parameter1
)
Public Sub SetValues (
parameter1 As TParameter1
)
public:
void SetValues(
TParameter1 parameter1
)
member SetValues :
parameter1 : 'TParameter1 -> unit
Parameters
- parameter1
- Type: TParameter1
The value of the first parameter.
See Also