VB.NET Hashtable Basics
本文档由 夜晚回家 分享于2011-01-26 16:31
The Hashtable collection in VB.NET offers the ability to perform very fast and deterministic lookups from any key to a previously specified value. Conceptually, you add keys and values together, and then can search the table instantly, or even remove elements. As shown in this tutorial, the Hashtable provides a powerful and optimized lookup mechanism.
分享:
君,已阅读到文档的结尾了呢~~