C# uses dot to indicate the namespace hierarchy.
The following two code blocks have the same namespaces.
namespace A.B.C{
}
namespace A{
namespace B{
namespace C{
}
}
}
java2s.com | Contact Us | Privacy Policy |
Copyright 2009 - 12 Demo Source and Support. All rights reserved. |
All other trademarks are property of their respective owners. |