C# Class System.Collections.Specialized.CollectionsUtil

Show file Open project: dotnet/corefx

Public Methods

Method Description
CollectionsUtil ( )
CreateCaseInsensitiveHashtable ( ) : System.Collections.Hashtable
CreateCaseInsensitiveHashtable ( System d ) : System.Collections.Hashtable
CreateCaseInsensitiveHashtable ( int capacity ) : System.Collections.Hashtable
CreateCaseInsensitiveSortedList ( ) : System.Collections.SortedList

Method Details

CollectionsUtil() public method

public CollectionsUtil ( )

CreateCaseInsensitiveHashtable() public static method

public static CreateCaseInsensitiveHashtable ( ) : System.Collections.Hashtable
return System.Collections.Hashtable

CreateCaseInsensitiveHashtable() public static method

public static CreateCaseInsensitiveHashtable ( System d ) : System.Collections.Hashtable
d System
return System.Collections.Hashtable

CreateCaseInsensitiveHashtable() public static method

public static CreateCaseInsensitiveHashtable ( int capacity ) : System.Collections.Hashtable
capacity int
return System.Collections.Hashtable

CreateCaseInsensitiveSortedList() public static method

public static CreateCaseInsensitiveSortedList ( ) : System.Collections.SortedList
return System.Collections.SortedList