/// <summary> /// Sugar for accessing the visited type in the first element of the stack /// </summary> public static Type CurrentType(this System.Collections.Generic.Stack <TypeVisit> stack) { return(stack.CurrentVisit().Type); }