<tfoot id='gE4Uw'></tfoot>

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

      <bdo id='gE4Uw'></bdo><ul id='gE4Uw'></ul>
      <legend id='gE4Uw'><style id='gE4Uw'><dir id='gE4Uw'><q id='gE4Uw'></q></dir></style></legend>

        <i id='gE4Uw'><tr id='gE4Uw'><dt id='gE4Uw'><q id='gE4Uw'><span id='gE4Uw'><b id='gE4Uw'><form id='gE4Uw'><ins id='gE4Uw'></ins><ul id='gE4Uw'></ul><sub id='gE4Uw'></sub></form><legend id='gE4Uw'></legend><bdo id='gE4Uw'><pre id='gE4Uw'><center id='gE4Uw'></center></pre></bdo></b><th id='gE4Uw'></th></span></q></dt></tr></i><div id='gE4Uw'><tfoot id='gE4Uw'></tfoot><dl id='gE4Uw'><fieldset id='gE4Uw'></fieldset></dl></div>
      1. 删除不必要的命名空间(使用)指令是否有性能提升?

        Is there a performance gain in removing unnecessary namespace (using) directives?(删除不必要的命名空间(使用)指令是否有性能提升?)
      2. <i id='7SiHb'><tr id='7SiHb'><dt id='7SiHb'><q id='7SiHb'><span id='7SiHb'><b id='7SiHb'><form id='7SiHb'><ins id='7SiHb'></ins><ul id='7SiHb'></ul><sub id='7SiHb'></sub></form><legend id='7SiHb'></legend><bdo id='7SiHb'><pre id='7SiHb'><center id='7SiHb'></center></pre></bdo></b><th id='7SiHb'></th></span></q></dt></tr></i><div id='7SiHb'><tfoot id='7SiHb'></tfoot><dl id='7SiHb'><fieldset id='7SiHb'></fieldset></dl></div>

            <tfoot id='7SiHb'></tfoot>
            <legend id='7SiHb'><style id='7SiHb'><dir id='7SiHb'><q id='7SiHb'></q></dir></style></legend>
                <bdo id='7SiHb'></bdo><ul id='7SiHb'></ul>

                <small id='7SiHb'></small><noframes id='7SiHb'>

                    <tbody id='7SiHb'></tbody>
                  本文介绍了删除不必要的命名空间(使用)指令是否有性能提升?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  在我的类中有多少使用编译器指令是否重要?删除那些不必要的是否有性能提升?

                  Does it matter how many using compiler directives are in my classes? Is there a performance gain in removing those that aren't necessary?

                  虽然我喜欢编写精简的代码,但有时代码段会被修改,并且没有机会回去检查所有包含的命名空间是否真的有必要.或者,我不会返回并删除那些由 Visual Studio 自动插入的内容.

                  Although I enjoy writing streamlined code, on occasion, code segments get modified, and don't have the opportunity to go back and check to see if all of the included namespaces are really necessary. Or, I don't go back and remove those that are auto-inserted by visual studio.

                  即:

                  using System;
                  using System.Collections.Generic;
                  using System.Linq;
                  using System.Web;
                  using System.Web.Mvc;
                  

                  谢谢!

                  推荐答案

                  不,没有性能优势.

                  编译器不会为 using 语句生成 IL(可执行代码).IL 仅针对那些利用您提供的 using 语句的类、方法调用等生成.

                  The compiler doesn't generate IL (executable code) for using statements. IL is only generated for those classes, method calls, etc. that take advantage of the using statements you provide.

                  因此,未使用的 using 语句的唯一影响可能是略微增加您的构建时间,或者在您想知道他们为什么在那里之后让下一个开发人员.

                  Consequently, the only effect unused using statements might have is to slightly increase your build time, or make the next developer after you wonder why they are there.

                  这篇关于删除不必要的命名空间(使用)指令是否有性能提升?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

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

                  相关文档推荐

                  C# namespace alias - what#39;s the point?(C# 命名空间别名 - 有什么意义?)
                  Using Xpath With Default Namespace in C#(在 C# 中使用具有默认命名空间的 Xpath)
                  Generating an EDMX from a DB2 Database(从 DB2 数据库生成 EDMX)
                  IBM .NET Data Provider Connection String issue with Library List(库列表的 IBM .NET 数据提供程序连接字符串问题)
                  .NET DB2 OLEDB pre-requisites(.NET DB2 OLEDB 先决条件)
                  Referring to Code in IBM.Data.DB2 makes that Assembly Unavailable to the rest of my Solution(引用 IBM.Data.DB2 中的代码使该程序集对我的解决方案的其余部分不可用)

                          <tfoot id='OnFWN'></tfoot>

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

                            <tbody id='OnFWN'></tbody>
                          • <bdo id='OnFWN'></bdo><ul id='OnFWN'></ul>
                            <legend id='OnFWN'><style id='OnFWN'><dir id='OnFWN'><q id='OnFWN'></q></dir></style></legend>

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