コード例 #1
0
 public static bool CallEquals(FlexObject that, params object[] args)
 {
     return(that.Equals(args));
 }
コード例 #2
0
 public static string CallToString(FlexObject that, params object[] args)
 {
     return(that.ToString());
 }