C# Class PaleTree.Shared.ListViewColumnSorter

This class is an implementation of the 'IComparer' interface.
Inheritance: IComparer
Afficher le fichier Open project: exectails/PaleTree

Méthodes publiques

Méthode Description
Compare ( object x, object y ) : int
ListViewColumnSorter ( ) : System

Class constructor. Initializes various elements

Method Details

Compare() public méthode

public Compare ( object x, object y ) : int
x object First object to be compared
y object Second object to be compared
Résultat int

ListViewColumnSorter() public méthode

Class constructor. Initializes various elements
public ListViewColumnSorter ( ) : System
Résultat System