Table of Contents

Property Parameters

Namespace
Xunit.v3
Assembly
xunit.v3.core.dll

Parameters

Gets the parameters of the test method.

IReadOnlyCollection<ParameterInfo> Parameters { get; }

Property Value

IReadOnlyCollection<ParameterInfo>