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