C C# Learner Jan 29, 2004 #1 Is the following: namespace Foo.Bar { } ....equivalent to this: namespace Foo { namespace Bar { } } ?
Is the following: namespace Foo.Bar { } ....equivalent to this: namespace Foo { namespace Bar { } } ?
J Joe Mayo Jan 29, 2004 #2 C# Learner said: Is the following: namespace Foo.Bar { } ...equivalent to this: namespace Foo { namespace Bar { } } Click to expand... Yes. Joe
C# Learner said: Is the following: namespace Foo.Bar { } ...equivalent to this: namespace Foo { namespace Bar { } } Click to expand... Yes. Joe