Associative Array C# .Net

A visitor to my site from google was looking for: associative array c# .net.

The only thing I can say about this really is that an associative array in C# is just a hash table.

The hash table associates a key of type object with an associated object.
For Example:

Hashtable ht = new Hashtable();
ht.Add("testKey", "AssociatedData");
MessageBox.Show(ht["testKey"]);

Related Tags
[feed], [feed], [feed], [feed], [feed]

Related Wikipedia Documents
, , , , , ,

My Related Documents
, , , , ,

Related Amazon Books
C#: / CLR Via C#: Applied .NET Framework 2.0 Programming: / Programming ASP.NET 2.0 Core Reference: / Programming C#: / Programming Microsoft Visual C# 2005: The Language: /

Related Images From Flickr
[[posterous-content:eJokxjhjcbqorDfvIADF]]