Method GetValue
- Namespace
- Xunit.Runner.Common
- Assembly
- xunit.v3.runner.common.dll
GetValue<TValue>(string)
Gets a value from the options collection.
public TValue? GetValue<TValue>(string name)
Parameters
name
stringThe name of the value.
Returns
- TValue
Returns the value.
Type Parameters
TValue
The type of the value.