2
Answers

Hashtable Problem

In Hashtable we can store two values like key and its value, but we want to store three values like Roll No, Name and Age is there any collection in c# to store that values from which we can access the detail based on Roll No

Answers (2)