Accepts code references contained in any type in a given list. Types are specified as reflection Type objects.
Declaration
public static ReferencePredicate AnyType(this ReferencePredicateBuilder builder, params Type[] types)
Parameters
Returns
Accepts code references contained in any type in a given list. Types are specified as INamedType objects.
Declaration
public static ReferencePredicate AnyType(this ReferencePredicateBuilder builder, params INamedType[] types)
Parameters
Returns
Accepts code references contained in any type in a given list. Types are specified as reflection Type objects.
Declaration
public static ReferencePredicate AnyType(this ReferencePredicateBuilder builder, IEnumerable<Type> types)
Parameters
Returns
Accepts code references contained in any type in a given list. Types are specified as INamedType objects.
Declaration
public static ReferencePredicate AnyType(this ReferencePredicateBuilder builder, IEnumerable<INamedType> types)
Parameters
Returns