C# Class StonehearthEditor.ListViewItemComparer

Inheritance: IComparer
Afficher le fichier Open project: stonehearth/stonehearth-editor

Méthodes publiques

Méthode Description
Compare ( object x, object y ) : int
ListViewItemComparer ( ) : System.Collections
ListViewItemComparer ( int column ) : System.Collections
ListViewItemComparer ( int column, SortOrder order ) : System.Collections

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 ( ) : System.Collections
Résultat System.Collections

ListViewItemComparer() public méthode

public ListViewItemComparer ( int column ) : System.Collections
column int
Résultat System.Collections

ListViewItemComparer() public méthode

public ListViewItemComparer ( int column, SortOrder order ) : System.Collections
column int
order SortOrder
Résultat System.Collections