Method GetValue
- Namespace
- Xunit.Runner.v2
- Assembly
- xunit.v3.runner.utility.netfx.dll
GetValue<TValue>(string)
Gets an option value.
public TValue? GetValue<TValue>(string name)
Parameters
namestringThe name of the value.
Returns
- TValue
The value.
Type Parameters
TValueThe type of the value.