Possible
Duplicate:
href="https://stackoverflow.com/questions/125319/should-usings-be-inside-or-outside-the-namespace">Should
Usings be inside or outside the namespace
Are
there any technical reasons for preferring this
namespace
Foo
{
using System;
using
System.IO;
instead of
the default
using
System;
using System.IO;
namespace
Foo
{
No comments:
Post a Comment