作爲.NET和C#世界的初學者,當我在.CS文件的開頭看到以下語法時,我不知道它是什麼意思?我對名稱周圍括號的含義感到困惑嗎?在此先感謝您的幫助。在C#類中圍繞類名稱的括號是什麼意思
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "55.555.5.555")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "5.5.34444.55")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
http://msdn.microsoft.com/en-us/library/aa288454(v=vs.71).aspx –
您應該使用此語法添加[Attributes](http://msdn.microsoft.com /en-us/library/z0w1kczw%28v=vs.110%29.aspx)到你的班級/方法 – ProgramFOX