max property

int? max

Property getter and setter for max:

Implementation

int? get max;
void max=(int? max)

Implementation

set max(int? max);