Exemplo n.º 1
0
 public string GetDebuggerDisplay()
 {
     return($"{Operator} ({First.GetDebuggerDisplay()})");
 }
Exemplo n.º 2
0
 public string GetDebuggerDisplay()
 {
     return($"{FromParams.GetDebuggerDisplay()} => {To}");
 }