public bool Sort <SORT_DATA>(SORT_DATA[] sort_target_ary) where SORT_DATA : SortCompareData, new() { memSettings[(int)settingsType] = this; SortCompareData.InitSortDataAry(sort_target_ary, this, equipSetInfo); DataSort(sort_target_ary); return(true); }