Skip to content

Commit 7d9ad02

Browse files
Update README.md
1 parent b62599a commit 7d9ad02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ In [WinForms TreeViewAdv](https://www.syncfusion.com/winforms-ui-controls/treevi
77

88
**C#**
99

10-
```C#
10+
```csharp
1111
//Initializes the collection
1212
Dictionary<string, bool> dic = new Dictionary<string, bool>();
1313

@@ -54,7 +54,7 @@ IEnumerable<TreeNodeAdv> Collect(TreeNodeAdvCollection nodes)
5454

5555
**VB.Net**
5656

57-
```VB
57+
```vbnet
5858
'Initializes the collection
5959
Private dic As New Dictionary(Of String, Boolean)()
6060

0 commit comments

Comments
 (0)