这样的代码有什么作用
就是程序中类似以下这样被方括号扩起来的语句,有什么作用啊,为什么要加方扩号,
有时候把它们注释掉程序也能运行,有时候又出错?
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Web.Services.WebServiceBindingAttribute(Name="Service1Soap", Namespace="http://tempuri.org/")]
问题点数:0、回复次数:4Top
1 楼dacong(大聪)回复于 2004-05-04 18:33:26 得分 0
UPTop
2 楼wwcll(好好学习,向思归大哥看齐)回复于 2004-05-05 09:55:40 得分 0
up studyTop
3 楼CMIC(大象)回复于 2004-05-05 11:24:34 得分 0
定制特性(Custom Attribute)
http://msdn.microsoft.com/library/en-us/cpguide/html/cpconaccessingcustomattributes.asp?frame=true
Top
4 楼zag(智格)回复于 2004-05-05 12:07:43 得分 0
属性定制Top




