MaxLengthRule constructor

MaxLengthRule(
  1. int max
)

Implementation

MaxLengthRule(int max) : super(0, max);