Click here to Skip to main content
15,879,095 members
Articles / Programming Languages / C#

A Generic Form of the NameValueCollection

Rate me:
Please Sign up or sign in to vote.
4.97/5 (13 votes)
7 Feb 2022MIT3 min read 18K   325   20  
Represents a C# generic implementation of the NameValueCollection
In this article, you will see the details about NameValueCollection - a generic collection of associated string keys and given type values that can be accessed either with the key or with the index.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Russian Federation Russian Federation
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions