C# Class QC2DXLuaScriptPacker.ListViewColumnSorter

Inheritance: IComparer
Afficher le fichier Open project: NexusEast/QC2dxLua_Packer Class Usage Examples

Méthodes publiques

Méthode Description
Compare ( object x, object y ) : int

重写IComparer接口.

ListViewColumnSorter ( ) : System

构造函数

Method Details

Compare() public méthode

重写IComparer接口.
public Compare ( object x, object y ) : int
x object 要比较的第一个对象
y object 要比较的第二个对象
Résultat int

ListViewColumnSorter() public méthode

构造函数
public ListViewColumnSorter ( ) : System
Résultat System