C# Class StonehearthEditor.ListViewItemComparer

Inheritance: IComparer
Exibir arquivo Open project: stonehearth/stonehearth-editor

Public Methods

Method 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 method

public Compare ( object x, object y ) : int
x object
y object
return int

ListViewItemComparer() public method

public ListViewItemComparer ( ) : System.Collections
return System.Collections

ListViewItemComparer() public method

public ListViewItemComparer ( int column ) : System.Collections
column int
return System.Collections

ListViewItemComparer() public method

public ListViewItemComparer ( int column, SortOrder order ) : System.Collections
column int
order SortOrder
return System.Collections