
c# hashtable
C# HASHTABLE
"Hashtable is a type of collection just like an ArrayList
that store objects type data in memories with object key and value", but mostly the programmer prefer
Hashtable against array list why because Hashtable is little bit different than ArrayList in C# see post's bottom.
SYNTAX OF
HASHTABLE
Like ArrayList it's require to add the System....