// As the specification show it : namespace N1.N2 { class A {} } namespace N3 { using A = N1.N2.A; class B: A {} } // My foobar exemple : namespace Foo { using Bar = Dictionary; }