internal string GetDebuggerDisplay()
 {
     return($"ContainingSlot={ContainingSlot}, Symbol={Symbol.GetDebuggerDisplay()}");
 }
예제 #2
0
 public override string ToString()
 {
     return($"ContainingSlot={ContainingSlot}, Symbol={Symbol.GetDebuggerDisplay()}");
 }