Exemplo n.º 1
0
 public static bool CallEquals(FlexObject that, params object[] args)
 {
     return(that.Equals(args));
 }
Exemplo n.º 2
0
 public static string CallToString(FlexObject that, params object[] args)
 {
     return(that.ToString());
 }