Property MethodArity
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.common.dll
MethodArity
Gets the arity (number of generic types) of the test method. May return null if
the arity of the test method is unknown (for example, for v1 or v2 test methods where
arity information was not collected).
int? MethodArity { get; }
Property Value
- int?