SelectReflectionType(IValidatorReceiver<ICompilation>, Type)
Selects an INamedType in the current compilation or in a reference assembly given its reflection Type.
Declaration
public static IValidatorReceiver<INamedType> SelectReflectionType(this IValidatorReceiver<ICompilation> receiver, Type type)
Parameters
Type | Name | Description |
---|---|---|
IValidatorReceiver<ICompilation> | receiver | |
Type | type |
Returns
Type | Description |
---|---|
IValidatorReceiver<INamedType> |