摘要:
一.什么是Attribute 先看下面的三段代码: 1.自定义Attribute类:VersionAttribute [AttributeUsage(AttributeTargets.Class)] public class VersionAttribute : Attribute { public string Name { get; set; } public s... 阅读全文
posted @ 2013-04-09 08:49
万事俱备就差个程序员
阅读(419)
评论(0)
推荐(0)
摘要:
public static const int A=1;这段代码有错误么?错了.常量不能标记为static 阅读全文
posted @ 2013-04-09 08:39
万事俱备就差个程序员
阅读(524)
评论(0)
推荐(0)

浙公网安备 33010602011771号

