C# Class KeePass.UI.ListSorter

Inheritance: IComparer
Exibir arquivo Open project: amiryal/keepass2 Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Compare ( object x, object y ) : int
ListSorter ( ) : System
ListSorter ( int nColumn, SortOrder sortOrder, bool bCompareNaturally, bool bCompareTimes ) : System

Method Details

Compare() public method

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

ListSorter() public method

public ListSorter ( ) : System
return System

ListSorter() public method

public ListSorter ( int nColumn, SortOrder sortOrder, bool bCompareNaturally, bool bCompareTimes ) : System
nColumn int
sortOrder SortOrder
bCompareNaturally bool
bCompareTimes bool
return System