Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
QC2DXLuaScriptPacker
ListViewColumnSorter
C# Class QC2DXLuaScriptPacker.ListViewColumnSorter
Inheritance:
IComparer
Mostra file
Open project: NexusEast/QC2dxLua_Packer
Class Usage Examples
Public Methods
Method
Description
Compare
(
object
x
,
object
y
) :
int
重写IComparer接口.
ListViewColumnSorter
( ) :
System
构造函数
Method Details
Compare()
public
method
重写IComparer接口.
public
Compare
(
object
x
,
object
y
) :
int
x
object
要比较的第一个对象
y
object
要比较的第二个对象
return
int
ListViewColumnSorter()
public
method
构造函数
public
ListViewColumnSorter
( ) :
System
return
System