摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System; class FlagsAttributeDemo { // Define an Enum without FlagsAttribute. enum ... 阅读全文
posted @ 2009-01-05 16:39 new 维生素C.net() 阅读(313) 评论(0) 推荐(0)
摘要: if (!Enum.IsDefined(typeof(SearchMode), options)) throw new ArgumentException(Properties.Resources.InvalidEnumerationValue, "options"); 如果数据库中存储的值,在程序里用枚举表示,在做parse的时候可以使用这样的方法监测options的值。 阅读全文
posted @ 2009-01-05 14:53 new 维生素C.net() 阅读(240) 评论(2) 推荐(0)