Esempio n. 1
0
        public virtual bool VisitVAArgExpr(VAArgExpr stmt)
        {
            if (!VisitExpr(stmt))
            {
                return(false);
            }

            return(true);
        }
Esempio n. 2
0
 public bool VisitVAArgExpr(VAArgExpr stmt)
 {
     throw new NotImplementedException();
 }