We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b62599a commit 7d9ad02Copy full SHA for 7d9ad02
README.md
@@ -7,7 +7,7 @@ In [WinForms TreeViewAdv](https://www.syncfusion.com/winforms-ui-controls/treevi
7
8
**C#**
9
10
-```C#
+```csharp
11
//Initializes the collection
12
Dictionary<string, bool> dic = new Dictionary<string, bool>();
13
@@ -54,7 +54,7 @@ IEnumerable<TreeNodeAdv> Collect(TreeNodeAdvCollection nodes)
54
55
**VB.Net**
56
57
-```VB
+```vbnet
58
'Initializes the collection
59
Private dic As New Dictionary(Of String, Boolean)()
60
0 commit comments