ICombinatorialValuesProvider.GetValues(ParameterInfo) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the values that should be passed to the parameter.
public object?[] GetValues(System.Reflection.ParameterInfo parameter);
abstract member GetValues : System.Reflection.ParameterInfo -> obj[]
Public Function GetValues (parameter As ParameterInfo) As Object()
Parameters
- parameter
- ParameterInfo
The parameter to get values for.
Returns
An array of values.