That will get all IValidators. The assembly scanner finds all types in the specified assembly that implement IValidator<T>. If you're interested in knowing how this works, take a look at the code for AssemblyScanner.cs in the FluentValidation source.
↧