导航

2012年1月31日

摘要: 1 using System; 2 using System.Reflection; 3 4 using 定义; 5 using 颁发者; 6 using 使用者; 7 using 程序; 8 9 namespace 定义 10 { 11 public interface IJob 12 { 13 void Work(); 14 } 15 } 16 17 namespace 颁发者 18 { 19 //定义一个Slow的属性。它只能使用在方法上 20 21 [AttributeUsage(AttributeT... 阅读全文

posted @ 2012-01-31 17:20 Jessie.M 阅读(256) 评论(0) 推荐(0) 编辑