Using "Add(,) " we can add the dictionary entry. For example:
Dim dic As New Dictionary(Of Integer, String)()
dic.Add(105, "Student1")
dic.Add(102, "Student2")
dic.Add(100, "Student3")
dic.Add(104, "Student4")
Asked In: Many Interviews |
Alert Moderator