size property

int get size

Количество элементов.

Implementation

int get size {
  int res = _CIntRouteAttribute_size(_CIntRouteAttributeMakeDefault().._impl=_self);
  return res;
}