.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++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -