Suppose I have the following:
class Parent { public static string NameCalledOn() { Type t = ???; return t.Name; } } class Child :