Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help on DictionaryBase

Status
Not open for further replies.

phinoppix

Programmer
Jul 24, 2002
437
US
How do I use a DictionaryBase class? Is a DictionaryBase class similar to a HashTable?
 
Hashtable:
A hashtable is a dictionary (implements IDictionary) optimized for fast retrieval.

DictionaryBase:
This base class is provided to make it easier for implementers to create a strongly typed custom collection. Implementers should extend this base class instead of creating their own.

Members of this base class are protected and are intended to be used through a derived class only.

You can find more information and code examples at the Ms MSDN website:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top