Namespace Cuemon.Extensions.Collections.Specialized
Assembly: Cuemon.Extensions.Collections.Specialized.dll
The Cuemon.Extensions.Collections.Specialized namespace contains extension methods that complements the Cuemon.Collections.Specialized namespace while being an addition to the System.Collections.Specialized namespace.
Availability: .NET 10, .NET 9 and .NET Standard 2.0
Complements: Cuemon.Collections.Specialized namespace 📘
Extension Methods
| Type | Ext | Methods |
|---|---|---|
| IDictionary{string, string[]} | ⬇️ | ToNameValueCollection |
| NameValueCollection | ⬇️ | ContainsKey, ToDictionary |
Classes
DictionaryExtensions
Extension methods for the IDictionary<TKey, TValue> interface.
NameValueCollectionExtensions
Extension methods for the NameValueCollection class.