2010年2月9日

摘要: public static bool IsDefined(Type enumType, object value){ if (enumType == null) { throw new ArgumentNullException("enumType"); } if (!(enumType is RuntimeType)) { throw new ArgumentException(Environm... 阅读全文
posted @ 2010-02-09 09:34 木可 阅读(268) 评论(0) 推荐(0)

导航