<PackageReference Include="System.Collections.NonGeneric" Version="4.0.1-beta-23409" />

CollectionsUtil

public class CollectionsUtil
Creates collections that ignore the case in strings.
public CollectionsUtil()

Initializes a new instance of the CollectionsUtil class.

Creates a new case-insensitive instance of the Hashtable class with the default initial capacity.

public static Hashtable CreateCaseInsensitiveHashtable(int capacity)

Creates a new case-insensitive instance of the Hashtable class with the specified initial capacity.

Copies the entries from the specified dictionary to a new case-insensitive instance of the Hashtable class with the same initial capacity as the number of entries copied.

Creates a new instance of the SortedList class that ignores the case of strings.