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
Outgrown Windows Task Scheduler?
Windows Task Scheduler wasn't built for complex, cross-platform automation. Get a free diagnostic that shows exactly where things are failing and provides remediation recommendations. Interactive HTML report delivered in minutes.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of NameValueCollection C# Source File!