<small id='8Xpun'></small><noframes id='8Xpun'>

    <legend id='8Xpun'><style id='8Xpun'><dir id='8Xpun'><q id='8Xpun'></q></dir></style></legend>

      <bdo id='8Xpun'></bdo><ul id='8Xpun'></ul>
  • <i id='8Xpun'><tr id='8Xpun'><dt id='8Xpun'><q id='8Xpun'><span id='8Xpun'><b id='8Xpun'><form id='8Xpun'><ins id='8Xpun'></ins><ul id='8Xpun'></ul><sub id='8Xpun'></sub></form><legend id='8Xpun'></legend><bdo id='8Xpun'><pre id='8Xpun'><center id='8Xpun'></center></pre></bdo></b><th id='8Xpun'></th></span></q></dt></tr></i><div id='8Xpun'><tfoot id='8Xpun'></tfoot><dl id='8Xpun'><fieldset id='8Xpun'></fieldset></dl></div>
    <tfoot id='8Xpun'></tfoot>

      1. 在 C# 中组合多个属性

        时间:2023-07-27
        <legend id='LDBWB'><style id='LDBWB'><dir id='LDBWB'><q id='LDBWB'></q></dir></style></legend>

          <tfoot id='LDBWB'></tfoot>
          <i id='LDBWB'><tr id='LDBWB'><dt id='LDBWB'><q id='LDBWB'><span id='LDBWB'><b id='LDBWB'><form id='LDBWB'><ins id='LDBWB'></ins><ul id='LDBWB'></ul><sub id='LDBWB'></sub></form><legend id='LDBWB'></legend><bdo id='LDBWB'><pre id='LDBWB'><center id='LDBWB'></center></pre></bdo></b><th id='LDBWB'></th></span></q></dt></tr></i><div id='LDBWB'><tfoot id='LDBWB'></tfoot><dl id='LDBWB'><fieldset id='LDBWB'></fieldset></dl></div>

              • <bdo id='LDBWB'></bdo><ul id='LDBWB'></ul>

                  <small id='LDBWB'></small><noframes id='LDBWB'>

                    <tbody id='LDBWB'></tbody>

                  本文介绍了在 C# 中组合多个属性的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  下面的语法有没有功能上的区别...

                  Is there a functional difference between the following syntax...

                  [Foo, Bar]
                  public class Baz {}
                  

                  ...还有这个语法?

                  [Foo]
                  [Bar]
                  public class Baz {}
                  

                  假设每个编译时产生相同的结果,哪种是首选形式?

                  Assuming each produces identical results when compiled, which is the preferred form?

                  推荐答案

                  没有功能上的区别.这是方便和风格的问题.

                  大多数情况下,我倾向于将属性放在各自的行中,以使它们保持独立且易于阅读.能够使用行注释 // 单独删除属性也很好.

                  Most often, I tend to see attributes on their own lines as a way to keep them separate and easy to read. It's also nice to be able to use the line comment // to remove attributes individually.

                  [A]
                  [B]
                  //[C] disabled
                  public class Foo {} 
                  

                  这篇关于在 C# 中组合多个属性的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:我将如何使用反射来调用具有某个自定义属性的所有方法? 下一篇:将 [Serializable] 添加到类是否会对性能产生影响?

                  相关文章

                  <small id='2kEKf'></small><noframes id='2kEKf'>

                    <i id='2kEKf'><tr id='2kEKf'><dt id='2kEKf'><q id='2kEKf'><span id='2kEKf'><b id='2kEKf'><form id='2kEKf'><ins id='2kEKf'></ins><ul id='2kEKf'></ul><sub id='2kEKf'></sub></form><legend id='2kEKf'></legend><bdo id='2kEKf'><pre id='2kEKf'><center id='2kEKf'></center></pre></bdo></b><th id='2kEKf'></th></span></q></dt></tr></i><div id='2kEKf'><tfoot id='2kEKf'></tfoot><dl id='2kEKf'><fieldset id='2kEKf'></fieldset></dl></div>
                      <bdo id='2kEKf'></bdo><ul id='2kEKf'></ul>
                  1. <legend id='2kEKf'><style id='2kEKf'><dir id='2kEKf'><q id='2kEKf'></q></dir></style></legend>

                    1. <tfoot id='2kEKf'></tfoot>