.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
Post a Comment