C# Класс Opc.Ua.Client.Controls.BaseListCtrl.BaseListCtrlSorter

A class that allows the list to be sorted.
Наследование: IComparer
Показать файл Открыть проект

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

Метод Описание
BaseListCtrlSorter ( BaseListCtrl control ) : System

Initializes the sorter.

Compare ( object x, object y ) : int

Compares the two items.

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

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

Initializes the sorter.
public BaseListCtrlSorter ( BaseListCtrl control ) : System
control BaseListCtrl
Результат System

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

Compares the two items.
public Compare ( object x, object y ) : int
x object
y object
Результат int