Skip to content

Commit 535ecff

Browse files
authored
Wrong bracket in the Example
Removed a wrong bracket in the Example code.
1 parent 3aee1c1 commit 535ecff

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
@@ -141,7 +141,7 @@ class MyHashtable
141141
hashtable = new Hashtable();
142142
}
143143

144-
private string DebuggerDisplay { get { return "Count = " + hashtable.Count); } }
144+
private string DebuggerDisplay { get { return "Count = " + hashtable.Count; } }
145145

146146
private class HashtableDebugView
147147
{

0 commit comments

Comments
 (0)