Skip to content

Commit bdaff15

Browse files
authored
Merge pull request #2551 from FoggyFinder/patch-1
Update using-the-debuggerdisplay-attribute.md
2 parents 04343d3 + 4cac20e commit bdaff15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/debugger/using-the-debuggerdisplay-attribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ manager: jillfra
1313
ms.workload:
1414
- "multiple"
1515
---
16-
# Using the DebuggerDisplay Attribute (C#, Visual Basic, C++/CLI)
16+
# Using the DebuggerDisplay Attribute (C#, Visual Basic, F#, C++/CLI)
1717
The <xref:System.Diagnostics.DebuggerDisplayAttribute> controls how an object, property, or field is displayed in the debugger variable windows. This attribute can be applied to types, delegates, properties, fields, and assemblies.
1818

1919
The `DebuggerDisplay` attribute has a single argument, which is a string to be displayed in the value column for instances of the type. This string can contain braces (`{` and `}`). Text within a pair of braces is evaluated as a field, property or method.

0 commit comments

Comments
 (0)