Skip to content
Raúl Armas Benavides edited this page Mar 1, 2022 · 1 revision

Visual Basic .NET wiki!

Dictionaries in VB.NET :

Use this to declare a dictionary ignoring case sensitive Private {name} As New Dictionary(Of String, String)(System.StringComparer.OrdinalIgnoreCase)

Clone this wiki locally