Method | Description | |
---|---|---|
CollectionsUtil ( ) | ||
CreateCaseInsensitiveHashtable ( ) : System.Collections.Hashtable | ||
CreateCaseInsensitiveHashtable ( System d ) : System.Collections.Hashtable | ||
CreateCaseInsensitiveHashtable ( int capacity ) : System.Collections.Hashtable | ||
CreateCaseInsensitiveSortedList ( ) : System.Collections.SortedList |
public static CreateCaseInsensitiveHashtable ( ) : System.Collections.Hashtable | ||
return | System.Collections.Hashtable |
public static CreateCaseInsensitiveHashtable ( System d ) : System.Collections.Hashtable | ||
d | System | |
return | System.Collections.Hashtable |
public static CreateCaseInsensitiveHashtable ( int capacity ) : System.Collections.Hashtable | ||
capacity | int | |
return | System.Collections.Hashtable |
public static CreateCaseInsensitiveSortedList ( ) : System.Collections.SortedList | ||
return | System.Collections.SortedList |