摘要:
字段去除空格代码 [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日