コード例 #1
0
 protected List <string> SelectWithFilter(List <string> regex_filters)
 {
     if (handSets == null)
     {
         InitializeDataStruct();
     }
     return(handSets.SelectWithFilter(regex_filters));
 }