Dim dict As New Dictionary(Of String, Integer) dict.Add("1", 100) dict.Add("2", 200) dict("2") = 300
Asked In: Many Interviews | Alert Moderator
Login to post response