public override bool Visit(
         UnifiedTupleLiteral element, VisitorArgument arg)
 {
     VisitCollection(element, arg);
     return false;
 }
Exemplo n.º 2
0
 public override bool Visit(
     UnifiedTupleLiteral element, VisitorArgument arg)
 {
     VisitCollection(element, arg);
     return(false);
 }