You have 30 seconds left... just kidding :-) using System; using System.Collections; using System.Reflection; class Hello { Type Unknown { get { return World.GetType(); } } object [] Knowledge() { return Unknown.GetProperties(); } string [] Library() Read More...