public static int Add(this TestChineseString i, TestChineseString d)
 {
     return(i.GetLongChineString().Length + d.GetLongChineString().Length);
 }
 public static void PrintAllString(this TestChineseString i)
 {
     LuaTestCommon.Log("GetLongChineString:" + i.GetLongChineString());
 }
 public static int GetLongStringLength(this TestChineseString i)
 {
     return(i.GetLongChineString().Length);
 }
Esempio n. 4
0
 public static void PrintAllString(this TestChineseString i)
 {
     Debug.Log("GetLongChineString:" + i.GetLongChineString());
 }