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