<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# 中组合多个属性

        Combining multiple attributes in C#(在 C# 中组合多个属性)
        <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# 中组合多个属性的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Performance overhead of using attributes in .NET(在 .NET 中使用属性的性能开销)
                  Accessing attribute info from DTE(从 DTE 访问属性信息)
                  c# Hide a property in datagridview with datasource(c#使用数据源隐藏datagridview中的属性)
                  Extract Display name and description Attribute from within a HTML helper(从 HTML 帮助器中提取显示名称和描述属性)
                  C# Attributes and their uses(C# 属性及其用途)
                  C# - Getting all enums value by attribute(C# - 按属性获取所有枚举值)

                  <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>
                      • <legend id='2kEKf'><style id='2kEKf'><dir id='2kEKf'><q id='2kEKf'></q></dir></style></legend>

                          • <tfoot id='2kEKf'></tfoot>
                              <tbody id='2kEKf'></tbody>