CollectionsUtil.CreateCaseInsensitiveSortedList メソッド

定義

文字列の大文字と小文字を無視する SortedList クラスの新しいインスタンスを作成します。

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

返品

文字列の大文字と小文字を無視する SortedList クラスの新しいインスタンス。

注釈

新しい SortedList インスタンスは、 CaseInsensitiveComparerに従って並べ替えられます。

適用対象

こちらもご覧ください