// CS0246: Cannot find type `Reflection.ConstructorInfo' // Line: 7 using System; class foo { static void Main(string[] args ) { Reflection.ConstructorInfo ci; } }