C# Class StandaloneNode.MyListViewSorter

Inheritance: IComparer
Afficher le fichier Open project: 2014-sed-team3/term-project

Méthodes publiques

Méthode Description
Compare ( object x, object y ) : int
MyListViewSorter ( int columnIndex, bool orderByDesc, bool number ) : System

Method Details

Compare() public méthode

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

MyListViewSorter() public méthode

public MyListViewSorter ( int columnIndex, bool orderByDesc, bool number ) : System
columnIndex int
orderByDesc bool
number bool
Résultat System