Property Explicit
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
Explicit
Gets a value that determines whether the data rows provided by this data provider should be considered explicit or not. If true, then the data rows will all be considered explicit; if false, then the data rows will all be considered not explicit; if null, then the data rows will inherit their explicitness from Explicit.
bool? Explicit { get; }
Property Value
- bool?