Is System a reserved namespace in any combination?
I was creating a class with a namespace like this : MyCompany.System.MyLibrary. When I tried to use code from namespaces like System.Data in the same class the compiler could not find System.Data.
Is System a reserved namespace regardless of where it appears in a developers namespace?