getSelectWithLinkage<T> static method
Implementation
static bool? getSelectWithLinkage<T>(ISelectBox<T> targetBox) {
return _getSelectListWithLinkage([targetBox]);
}
static bool? getSelectWithLinkage<T>(ISelectBox<T> targetBox) {
return _getSelectListWithLinkage([targetBox]);
}