public virtual void Visit(VarArgDecl td)
		{
			VisitInner(td);
		}
예제 #2
0
 public ulong Visit(VarArgDecl varArgDecl)
 {
     return(1001629);
 }