Beispiel #1
0
 public static IESObject GetMethod(object obj, string name, int count)
 {
     return(ESUtility.GetMethod(obj, name, count));
 }
Beispiel #2
0
 public override IESObject GetMethod(string name, int count)
 {
     return(ESUtility.GetMethod(_value, name, count));
 }