コード例 #1
0
 public static void Replace(this TestChineseStringReflect i, TestChineseStringReflect d, out TestChineseStringReflect e, ref TestChineseStringReflect a)
 {
     e = i;
     a.combine_string      = i.short_simple_string;
     a.short_simple_string = i.short_simple_string + d.short_simple_string;
 }
コード例 #2
0
 public static int GetLongStringLength(this TestChineseStringReflect i)
 {
     return(i.GetLongChineString().Length);
 }
コード例 #3
0
 public static int Add(this TestChineseStringReflect i, TestChineseStringReflect d)
 {
     return(i.GetLongChineString().Length + d.GetLongChineString().Length);
 }
コード例 #4
0
 public static void PrintAllString(this TestChineseStringReflect i)
 {
     LuaTestCommon.Log("GetLongChineString:" + i.GetLongChineString());
 }