Method Implements
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.common.dll
Implements(Type, Type)
Determines if the given type implements the given interface.
public static bool Implements(this Type type, Type interfaceType)
Parameters
Returns
- bool
Returns
trueif the type implements the interface;false, otherwise