The NameValueCollection<T> collection is based on NameObjectCollectionBase - the base class for a collection of associated String keys and Object values that contains base methods to accessing the values. The interfaces IDictionary, IEnumerable<KeyValuePair<string,T>> were implemented in the class as additional usability.
Features
- Elements can be obtained both by index and by key.
- The collection can have duplicate keys.
Follow NameValueCollection C# Source File
Other Useful Business Software
Find Hidden Risks in Windows Task Scheduler
Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of NameValueCollection C# Source File!