I have been learning the basics of generics in .NET. However, I don\'t see the generic equivalent of Hashtable. Please share some sample C# code for creating
Hashtable
The generic version of System.Collection.Hashtable is System.Collections.Generic.Dictionary.