Related resources for C# Hashtable
  • Hashtable in C#5/7/2019 6:42:09 AM. Hashtable is useful when you need to store data in a key and value pair. This article shows how to use hashtable in C#.
  • Working with HashTable in C# 2.010/26/2018 4:26:18 AM. We often need to store more than one dimension data in a list and data may not be an integer or string. This article shows how to use the HashTable class to store object type data.
  • Introduction To Hashing and the HashTable Class: Part 35/18/2015 2:18:55 PM. In this article, you will learn Hashing and the HashTable class in C# .NET.