Property Traits
- Namespace
- Xunit
- Assembly
- xunit.v3.core.dll
Traits
Gets the trait values associated with this theory data row. If there are none, you may either
return a null
or empty dictionary.
Dictionary<string, HashSet<string>>? Traits { get; }