diff --git a/xml/System.Diagnostics/DebuggerDisplayAttribute.xml b/xml/System.Diagnostics/DebuggerDisplayAttribute.xml index 199078b9bb8..abffb2f1703 100644 --- a/xml/System.Diagnostics/DebuggerDisplayAttribute.xml +++ b/xml/System.Diagnostics/DebuggerDisplayAttribute.xml @@ -212,7 +212,7 @@ class MyTable Gets or sets the string to display in the type column of the debugger variable windows. The string to display in the type column of the debugger variable windows. - To be added. + + + @@ -432,9 +439,11 @@ class MyTable +The value can contain curly braces ({ and }). Text within a pair of braces is evaluated as the name of a field, property, or method. You can also use format specifiers within the braces to control how values are displayed. For information about debugger format specifiers, see [Format Specifiers in C#](/visualstudio/debugger/format-specifiers-in-csharp). + +]]>