Aracılığıyla paylaş


CollectionsUtil.CreateCaseInsensitiveSortedList Yöntem

Tanım

Dizelerin SortedList büyük/küçük harf durumunu yoksayan yeni bir sınıf örneği oluşturur.

public:
 static System::Collections::SortedList ^ CreateCaseInsensitiveSortedList();
public static System.Collections.SortedList CreateCaseInsensitiveSortedList ();
static member CreateCaseInsensitiveSortedList : unit -> System.Collections.SortedList
Public Shared Function CreateCaseInsensitiveSortedList () As SortedList

Döndürülenler

Dizelerin SortedList büyük/küçük harflerini yoksayan sınıfının yeni bir örneği.

Açıklamalar

Yeni SortedList örnek öğesine göre CaseInsensitiveComparersıralanır.

Şunlara uygulanır

Ayrıca bkz.