cycle property

bool? cycle
getter/setter pair

cycle if true then, When sequence reaches its max value it starts from beginning. otherwise An exception will be thrown if sequence exceeds its max_value.

Implementation

bool? cycle = false;