C# 클래스 ARCed.Dialogs.AboutBox.ListViewItemComparer

Class used for comparing ListViewItem objects.
상속: IComparer
파일 보기 프로젝트 열기: borisblizzard/arcreator

공개 메소드들

메소드 설명
Compare ( object x, object y ) : int

Compares to objects and returns the result of the comparison.

ListViewItemComparer ( ) : System

Default constructor

ListViewItemComparer ( int column, bool ascending ) : System

Default constructor

메소드 상세

Compare() 공개 메소드

Compares to objects and returns the result of the comparison.
public Compare ( object x, object y ) : int
x object First object to compare
y object Second object to compare.
리턴 int

ListViewItemComparer() 공개 메소드

Default constructor
public ListViewItemComparer ( ) : System
리턴 System

ListViewItemComparer() 공개 메소드

Default constructor
public ListViewItemComparer ( int column, bool ascending ) : System
column int Column index
ascending bool Flag if sort method should be ascending or descending
리턴 System