Almost * the only difference between them would be if you used more than one namespace in one file (or if you used the same namespace more than once). I'm not sure why you are doing this, of course, you can:
using System; namespace FooNamespace { using System.IO; class Foo {
* See SLaks answer.
svick
source share