C# 클래스 ARCed.Controls.ListViewColumnSorter

This class is an implementation of the 'IComparer' interface.
상속: IComparer
파일 보기 프로젝트 열기: borisblizzard/arcreator

공개 메소드들

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

This method is inherited from the IComparer interface. It compares the two objects passed using a case insensitive comparison.

ListViewColumnSorter ( ) : System

Class constructor. Initializes various elements

메소드 상세

Compare() 공개 메소드

This method is inherited from the IComparer interface. It compares the two objects passed using a case insensitive comparison.
public Compare ( object x, object y ) : int
x object First object to be compared
y object Second object to be compared
리턴 int

ListViewColumnSorter() 공개 메소드

Class constructor. Initializes various elements
public ListViewColumnSorter ( ) : System
리턴 System