C# Класс CSKernelClient.cListViewColumnSorter

This class is an implementation of the 'IComparer' interface.
Наследование: IComparer
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Compare ( object x, object y ) : int

This method is inherited from the IComparer interface. It compares the two objects passed using a case insensitive comparison.

cListViewColumnSorter ( ) : System.Collections

Class constructor. Initializes various elements

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

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

This method is inherited from the IComparer interface. It compares the two objects passed using a case insensitive comparison.
public Compare ( object x, object y ) : int
x object First object to be compared
y object Second object to be compared
Результат int

cListViewColumnSorter() публичный Метод

Class constructor. Initializes various elements
public cListViewColumnSorter ( ) : System.Collections
Результат System.Collections