C# Class ARCed.Dialogs.AboutBox.ListViewItemComparer

Class used for comparing ListViewItem objects.
Inheritance: IComparer
Afficher le fichier Open project: borisblizzard/arcreator

Méthodes publiques

Méthode Description
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

Method Details

Compare() public méthode

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.
Résultat int

ListViewItemComparer() public méthode

Default constructor
public ListViewItemComparer ( ) : System
Résultat System

ListViewItemComparer() public méthode

Default constructor
public ListViewItemComparer ( int column, bool ascending ) : System
column int Column index
ascending bool Flag if sort method should be ascending or descending
Résultat System