C# Класс ARCed.Dialogs.AboutBox.ListViewItemComparer

Class used for comparing ListViewItem objects.
Наследование: IComparer
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Compare() публичный метод

Compares to objects and returns the result of the comparison.
public Compare ( object x, object y ) : int
x object First object to compare
y object Second object to compare.
Результат int

ListViewItemComparer() публичный метод

Default constructor
public ListViewItemComparer ( ) : System
Результат System

ListViewItemComparer() публичный метод

Default constructor
public ListViewItemComparer ( int column, bool ascending ) : System
column int Column index
ascending bool Flag if sort method should be ascending or descending
Результат System