C# Class GPATool.Util.ListViewItemComparer

Inheritance: IComparer
Afficher le fichier Open project: hackerzhou/GPATool

Méthodes publiques

Méthode Description
Compare ( object x, object y ) : int
ListViewItemComparer ( int column, ColumnHeader h ) : System

Method Details

Compare() public méthode

public Compare ( object x, object y ) : int
x object
y object
Résultat int

ListViewItemComparer() public méthode

public ListViewItemComparer ( int column, ColumnHeader h ) : System
column int
h System.Windows.Forms.ColumnHeader
Résultat System