C# 클래스 System.Collections.Specialized.CollectionsUtil

파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
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