C#中Attribute和Property的区别

来源:互联网 发布:ecshop php7 mysql 编辑:程序博客网 时间:2024/05/02 17:28

参考:

Attribute在.net编程中的应用(一)  http://dudu.cnblogs.com/articles/4450.html

Attribute在.net编程中的应用(二)   http://dudu.cnblogs.com/articles/4450.html

 

 

1)Attribute是编译时实例化的,Property是运行时实例化的

2)Attribute是一个类,对元素附加信息,并在运行时通过反射获取

 

原创粉丝点击