Table of Contents

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 8, .NET 7, .NET 6 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 System.Collections.Generic.IDictionary<TKey, TValue> interface.

NameValueCollectionExtensions

Extension methods for the System.Collections.Specialized.NameValueCollection class.