Table of Contents

Method GetValue

Namespace
Xunit.Sdk
Assembly
xunit.v3.common.dll

GetValue<TValue>(string)

Gets an option value.

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.