C# Class Opc.Ua.Client.Controls.BaseListCtrl.BaseListCtrlSorter

A class that allows the list to be sorted.
Inheritance: IComparer
Afficher le fichier Open project: OPCFoundation/UA-.NET

Méthodes publiques

Méthode Description
BaseListCtrlSorter ( BaseListCtrl control ) : System

Initializes the sorter.

Compare ( object x, object y ) : int

Compares the two items.

Method Details

BaseListCtrlSorter() public méthode

Initializes the sorter.
public BaseListCtrlSorter ( BaseListCtrl control ) : System
control BaseListCtrl
Résultat System

Compare() public méthode

Compares the two items.
public Compare ( object x, object y ) : int
x object
y object
Résultat int