Namespace Cuemon.Collections.Specialized
Assembly: Cuemon.Core.dll
Convert between IDictionary<string, string[]> and NameValueCollection without writing manual key-value transformation code. Use this namespace when you need to bridge generic dictionaries and legacy name-value collections. Start with the ToNameValueCollection extension on IDecorator<IDictionary<string, string[]>>.
Availability: .NET 10, .NET 9 and .NET Standard 2.0
Complements: System.Collections.Specialized namespace 🔗
Extension Members
| Type | Ext | Methods |
|---|---|---|
| IDecorator<IDictionary<string,string[]>> | ⬇️ | ToNameValueCollection |
Classes
DictionaryDecoratorExtensions
Extension methods for the IDictionary<TKey, TValue> interface hidden behind the IDecorator<T> interface.