点击或拖拽改变大小

TextBoxViewComparer 方法

对比,大于0,第一个参数在第二个参数后面

命名空间:  CPF.Controls
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public int Comparer(
	IList<uint> index1,
	IList<uint> index2
)

参数

index1
类型:System.Collections.GenericIListUInt32

[缺少 "M:CPF.Controls.TextBoxView.Comparer(System.Collections.Generic.IList{System.UInt32},System.Collections.Generic.IList{System.UInt32})" 的 <param name="index1"/> 文档]

index2
类型:System.Collections.GenericIListUInt32

[缺少 "M:CPF.Controls.TextBoxView.Comparer(System.Collections.Generic.IList{System.UInt32},System.Collections.Generic.IList{System.UInt32})" 的 <param name="index2"/> 文档]

返回值

类型:Int32

[缺少 "M:CPF.Controls.TextBoxView.Comparer(System.Collections.Generic.IList{System.UInt32},System.Collections.Generic.IList{System.UInt32})" 的 <returns> 文档]

参见