Exemplo n.º 1
0
 private string GetDebuggerDisplay()
 {
     if (Single != null)
     {
         return(Single.GetDebuggerDisplay());
     }
     return($"Nested variables ({NestedVariables.Count})");
 }
Exemplo n.º 2
0
 internal string GetDebuggerDisplay()
 {
     return($"({VariableAccess.GetDebuggerDisplay()} = {TempContainingValue.GetDebuggerDisplay()})");
 }