CPF api文档
CPF api文档
CPF
UIElementCollection 类
UIElementCollection 方法
Sort 方法
Sort 方法 (Comparer(UIElement))
Sort 方法 (IComparer(UIElement))
Sort 方法 (Comparison(UIElement))
Sort 方法 (Int32, Int32, IComparer(UIElement))
UIElementCollection
Sort 方法 (Int32, Int32, IComparer
UIElement
)
使用指定的比较器对某个范围内的元素进行排序。
命名空间:
CPF
程序集:
CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
复制
public
void
Sort
(
int
index
,
int
count
,
IComparer
<
UIElement
>
comparer
)
参数
index
类型:
System
Int32
要排序的范围的从零开始的起始索引。
count
类型:
System
Int32
要排序的范围的长度
comparer
类型:
System.Collections.Generic
IComparer
UIElement
比较元素时要使用的比较器
参见
引用
UIElementCollection 类
Sort 重载
CPF 命名空间