SelectReflectionTypes(IValidatorReceiver<ICompilation>, IEnumerable<Type>)
Selects several INamedType in the current compilation or in a reference assembly given their reflection Type.
Declaration
public static IValidatorReceiver<INamedType> SelectReflectionTypes(this IValidatorReceiver<ICompilation> receiver, IEnumerable<Type> types)
Parameters
Type | Name | Description |
---|---|---|
IValidatorReceiver<ICompilation> | receiver | |
IEnumerable<Type> | types |
Returns
Type | Description |
---|---|
IValidatorReceiver<INamedType> |
SelectReflectionTypes(IValidatorReceiver<ICompilation>, params Type[])
Selects several INamedType in the current compilation or in a reference assembly given their reflection Type.
Declaration
public static IValidatorReceiver<INamedType> SelectReflectionTypes(this IValidatorReceiver<ICompilation> receiver, params Type[] types)
Parameters
Type | Name | Description |
---|---|---|
IValidatorReceiver<ICompilation> | receiver | |
Type[] | types |
Returns
Type | Description |
---|---|
IValidatorReceiver<INamedType> |