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进行排序。

适用于

另请参阅