max property

int? get max

Property getter and setter for max:

Implementation

int? get max;
set max (int? max)

Implementation

set max(int? max);