Those statements have no effekt on the final code ...
Posted by
Anonymous User
at
2005-07-07 06:01 AM
It doesn't matter how many using statements you put in - the compiler will only pull the stuff it needs and the final IL code will be the same. Also i hardly believe that a namespace has any effect on performance at all ...
It doesn't matter how many using statements you put in - the compiler will only pull the stuff it needs and the final IL code will be the same. Also i hardly believe that a namespace has any effect on performance at all ...