C# Класс System.Collections.Specialized.CollectionsUtil

Показать файл Открыть проект

Открытые методы

Метод Описание
CollectionsUtil ( )
CreateCaseInsensitiveHashtable ( ) : System.Collections.Hashtable
CreateCaseInsensitiveHashtable ( System d ) : System.Collections.Hashtable
CreateCaseInsensitiveHashtable ( int capacity ) : System.Collections.Hashtable
CreateCaseInsensitiveSortedList ( ) : System.Collections.SortedList

Описание методов

CollectionsUtil() публичный Метод

public CollectionsUtil ( )

CreateCaseInsensitiveHashtable() публичный статический Метод

public static CreateCaseInsensitiveHashtable ( ) : System.Collections.Hashtable
Результат System.Collections.Hashtable

CreateCaseInsensitiveHashtable() публичный статический Метод

public static CreateCaseInsensitiveHashtable ( System d ) : System.Collections.Hashtable
d System
Результат System.Collections.Hashtable

CreateCaseInsensitiveHashtable() публичный статический Метод

public static CreateCaseInsensitiveHashtable ( int capacity ) : System.Collections.Hashtable
capacity int
Результат System.Collections.Hashtable

CreateCaseInsensitiveSortedList() публичный статический Метод

public static CreateCaseInsensitiveSortedList ( ) : System.Collections.SortedList
Результат System.Collections.SortedList