Пример #1
0
 public void VisitNode(JSTypeReference tr)
 {
     Output.TypeReference(tr.Type, new TypeReferenceContext {
         EnclosingType   = tr.Context,
         EnclosingMethod = Output.CurrentMethod
     });
 }
Пример #2
0
 public void VisitNode(JSTypeReference tr)
 {
     VisitChildren(tr);
 }