Property ExplicitAsNullable
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
ExplicitAsNullable
Gettable as a nullable value since .NET Framework does not permit attributes to have nullable value types for settable properties.
protected bool? ExplicitAsNullable { get; set; }
Property Value
- bool?