CollectionsUtil Methods
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | CreateCaseInsensitiveHashtable() | Creates a new case-insensitive instance of the Hashtable class with the default initial capacity. |
![]() ![]() | CreateCaseInsensitiveHashtable(IDictionary^) | 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. |
![]() ![]() | CreateCaseInsensitiveHashtable(Int32) | Creates a new case-insensitive instance of the Hashtable class with the specified initial capacity. |
![]() ![]() | CreateCaseInsensitiveSortedList() | Creates a new instance of the SortedList class that ignores the case of strings. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |


