getSelectWithLinkage<T> static method

bool? getSelectWithLinkage<T>(
  1. ISelectBox<T> targetBox
)

Implementation

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