this is what you mean by the key pair Value..like hashtable ()
Hashtable = ht = new HashTable();
or
Dictionary<double,string> d1 = new Dictionary<double,string>();
or
Dictionary<String,string> d2 = new Dictionary<string,string>();
and etc.
Brad
source share