limit property

void limit=(int limit)

Implementation

set limit(int limit) {
  _limit = limit;
}