HasTypes Method
Definition
- Namespace
- Codebelt.Extensions.Xunit.Hosting
- Assemblies
- Codebelt.Extensions.Xunit.Hosting.dll
HasTypes(Type, params Type[])
Determines whether the specified type contains one or more of the specified target types.
protected static bool HasTypes(Type type, params Type[] types)
Parameters
Returns
- bool
trueif thetypecontains one or more of the specified target types; otherwise,false.