.net - c# using namespace statement ordering -


i thought read somewhere ordering using statements , getting rid of unused ones had kind of performance benefit...but can't seem find evidence or resources support that...is there truth this?

from msdn,

using-namespace-directives in same compilation unit or namespace body not affect each other , can written in order.

very useful link visit.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -