Why isn't the Type class in the System.Reflection namespace?
- by Arc
Everything about Type is reflective in nature. Is it because Type is used more often than the rest of the classes in System.Reflection? Or because it functions more like a system class than a reflection class?
In short, I've always wondered what the motivation behind the location of System.Type was.