コード例 #1
0
 private static void PrintGotoState(StringBuilder sb, string indention, GotoState gotoState)
 {
     sb.AppendLine(indention + "[GotoState]");
     sb.AppendLine(indention + Indention + "[Location: " + gotoState.Location + "]");
 }
コード例 #2
0
ファイル: PrettyPrinter.cs プロジェクト: Reve/EVESharp
 private static void PrintGotoState(StringBuilder sb, string indention, GotoState gotoState)
 {
     sb.AppendLine(indention + "[GotoState]");
     sb.AppendLine(indention + Indention + "[Location: " + gotoState.Location + "]");
 }