isEmpty property
bool
get
isEmpty
Элементы отсутствуют.
Implementation
bool get isEmpty {
bool res = _CInstructionRouteAttribute_isEmpty(_CInstructionRouteAttributeMakeDefault().._impl=_self);
return res;
}