Exemplo n.º 1
0
 public override string ToString()
 {
     return(string.Format("[{0}] {1}: Hint={2}, Value={3}", FlowId == 0 ? "#" : FlowId.ToString(), Type, Hint, Value));
 }
Exemplo n.º 2
0
 public override string ToString()
 {
     return(string.Format("[{0}] {1}: Id={2}, From=({3})", FlowId == 0 ? "#" : FlowId.ToString(), Type, LabelId, From));
 }
Exemplo n.º 3
0
 public override string ToString()
 {
     return(string.Format("[{0}] {1}: {2}, Ops={3}", FlowId == 0 ? "#" : FlowId.ToString(), Type, InstructionId, string.Join(", ", Operands.ToList().Select(o => o.ToString()))));
 }