Property MemberType
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
MemberType
Gets or sets the type to retrieve the member from. If not set, then the member will be retrieved from the unit test class.
public Type? MemberType { get; set; }
Gets or sets the type to retrieve the member from. If not set, then the member will be retrieved from the unit test class.
public Type? MemberType { get; set; }