ItemsValidator<T> constructor

ItemsValidator<T>(
  1. Validator<T> itemValidator
)

Implementation

ItemsValidator(this.itemValidator);