Exemplo n.º 1
0
 protected override int FindOwnMethod(string name)
 {
     try
     {
         return(OwnMethods.FindMethod(name));
     }
     catch (RuntimeException)
     {
         return(-1);
     }
 }
Exemplo n.º 2
0
 public override int FindMethod(string name)
 {
     return(_methods.FindMethod(name));
 }
Exemplo n.º 3
0
 protected override int FindOwnMethod(string name)
 {
     return(_methods.FindMethod(name));
 }