コード例 #1
0
 public static IList <SelectListItem> GetEnumList <T>()
 {
     return(EnumHelper.GetSelectList(typeof(T)));
 }