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