.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

sql - text truncated using perl DBI insert -

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

php - Pass object by reference or value -