Table of Contents

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

name string

The name of the value.

Returns

TValue

The value.

Type Parameters

TValue

The type of the value.