Key/value/index type definition for. net

Source: Internet
Author: User
Key/ Value/Index type definition for. net

 

System. Collections. arraylist
System. Collections. hashtable is used to represent a groupKey/ValueStructure container, which may be called map or dictionary by other languages.KeyIt is used for quick search. Therefore, it may be more appropriate to call it a dictionary.
Hashtable does not have many methods and attributes. Most of them can also be regarded as justice, but hashtable provides the hashtable [akey] method to reference its contained objects, but there is no index pointing to the number.

System. Collections. Specialized. namevaluecollection is a class that can be accessed using index. What is unpleasant is that itKey/ValueMust be of the string data type.
Remember that system. Collections. Specialized. listdictionary is a one-way linked list structure.Key/ValueIf there are not many, it is more efficient than hashtable.
System. Collections. Specialized. stringdictionaryKeyIs a case-sensitive string data type.

Take a look at the following namespace .....

System. Collections

System. Collections. Specialized.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.