MinLengthRule constructor

MinLengthRule(
  1. int min
)

Implementation

MinLengthRule(int min) : super(min, 1024);