コード例 #1
0
 void AppendConfig(ref StringBuilder sb, config conf, tablerowdiff filter = null)
 {
     sb.Append("\t");
     sb.Append(conf.GenString(filter));
     sb.Append(",");
     sb.Append("\n");
 }
コード例 #2
0
ファイル: lparser.cs プロジェクト: diyal9/Excel2LuaTable_Svn
 void AppendConfig(ref StringBuilder sb, config conf, bool out4Server = true)
 {
     sb.Append("\t");
     sb.Append(conf.GenString(out4Server));
     sb.Append(",");
     sb.Append("\n");
 }