Exemplo n.º 1
0
 internal override void CheckLabel()
 {
     if (exp != null)
     {
         exp.CheckLabel();
     }
     if (arg != null)
     {
         arg.CheckLabel();
     }
 }
Exemplo n.º 2
0
 internal override void CheckLabel()
 {
     if (exp != null)
     {
         exp.CheckLabel();
     }
     if (func != null)
     {
         func.CheckLabel();
     }
 }