Welcome to Geekdojo Sign in | Join | Help

Saturday, November 29, 2003 - Posts

using Aliased.Namespace = Namespace.Dont.Want.To.Use.Or.Cant.Use;

I had read the using directive usage for aliasing namespace in Eric Gunnerson's book when I started learning the C# syntax. Yesterday, I had to use it to avoid class name collision (I had two classes named Helper in two different namespaces and I needed
posted by richardhsu | (Comments Off)
Filed Under: