Exemplo n.º 1
0
 /// <summary>
 /// Sugar for accessing the first element of the stack
 /// </summary>
 public static TypeVisit CurrentVisit(this System.Collections.Generic.Stack <TypeVisit> stack)
 {
     return(stack.First());
 }