摘要:
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)

浙公网安备 33010602011771号