Ejemplo n.º 1
0
 public static TypeReference Lift(ReferenceExpression e)
 {
     if (e == null)
     {
         return(null);
     }
     return(new SimpleTypeReference(e.LexicalInfo, e.ToString()));
 }
Ejemplo n.º 2
0
 public static TypeReference Lift(ReferenceExpression e)
 {
     return new SimpleTypeReference(e.LexicalInfo, e.ToString());
 }