摘要:
字段去除空格代碼 [AttributeUsage(AttributeTargets.Property,Inherited=false,AllowMultiple=false)] public class TrimAttribute:Attribute { private readonly Type type; public TrimAttribute(Type type) { this.type = type; } public Type Type { get { return this.type; } } }... 閱讀全文
posted @ 2012-04-04 15:37
超薄
閱讀(207)
評論(0)
推薦(0)
2012年4月4日