CollectionsUtil.CreateCaseInsensitiveSortedList 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建 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进行排序。