摘要: 1、方法: public static void ItemListBind(CheckBoxList CBTarget) where T : struct, IConvertible { if (!typeof(T).IsEnum) throw new ArgumentException("T mu... 阅读全文
posted @ 2011-09-14 17:57 顿金 阅读(123) 评论(0) 推荐(0)