isEmpty property

bool get isEmpty

Элементы отсутствуют.

Implementation

bool get isEmpty {
  bool res = _CUIntRouteLongAttribute_isEmpty(_CUIntRouteLongAttributeMakeDefault().._impl=_self);
  return res;
}