c# 3.0 - can we create array of hashtable in c#.Net? -


hashtable collection but,can create array of hashtable?

why not.

hashtable[] hashes = new hashtable[20]; 

but recomended use dictionary<tkey, tvalue> instead of hashtables.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -