System.Collections.Specialized.CollectionsUtil.CreateCaseInsensitiveHashtable C# (CSharp) Method

CreateCaseInsensitiveHashtable() public static method

public static CreateCaseInsensitiveHashtable ( ) : System.Collections.Hashtable
return System.Collections.Hashtable
        public static System.Collections.Hashtable CreateCaseInsensitiveHashtable() { throw null; }
        public static System.Collections.Hashtable CreateCaseInsensitiveHashtable(System.Collections.IDictionary d) { throw null; }

Same methods

CollectionsUtil::CreateCaseInsensitiveHashtable ( System d ) : System.Collections.Hashtable
CollectionsUtil::CreateCaseInsensitiveHashtable ( int capacity ) : System.Collections.Hashtable