Метод | Описание | |
---|---|---|
Compare ( object x, object y ) : int | ||
ListViewItemComparer ( ) : System.Collections | ||
ListViewItemComparer ( int column ) : System.Collections | ||
ListViewItemComparer ( int column, SortOrder order ) : System.Collections |
public Compare ( object x, object y ) : int | ||
x | object | |
y | object | |
Результат | int |
public ListViewItemComparer ( ) : System.Collections | ||
Результат | System.Collections |
public ListViewItemComparer ( int column ) : System.Collections | ||
column | int | |
Результат | System.Collections |
public ListViewItemComparer ( int column, SortOrder order ) : System.Collections | ||
column | int | |
order | SortOrder | |
Результат | System.Collections |