Exemple #1
0
 public static int GetLongStringLength(this TestChineseStringReflect i)
 {
     return(i.GetLongChineString().Length);
 }
Exemple #2
0
 public static int Add(this TestChineseStringReflect i, TestChineseStringReflect d)
 {
     return(i.GetLongChineString().Length + d.GetLongChineString().Length);
 }
Exemple #3
0
 public static void PrintAllString(this TestChineseStringReflect i)
 {
     LuaTestCommon.Log("GetLongChineString:" + i.GetLongChineString());
 }