Метод | Описание | |
---|---|---|
Compare ( object x, object y ) : int |
Compares to objects and returns the result of the comparison.
|
|
ListViewItemComparer ( ) : System |
Default constructor
|
|
ListViewItemComparer ( int column, bool ascending ) : System |
Default constructor
|
public Compare ( object x, object y ) : int | ||
x | object | First object to compare |
y | object | Second object to compare. |
Результат | int |
public ListViewItemComparer ( int column, bool ascending ) : System | ||
column | int | Column index |
ascending | bool | Flag if sort method should be ascending or descending |
Результат | System |