C# 클래스 CSKernelClient.cListViewColumnSorter

This class is an implementation of the 'IComparer' interface.
상속: IComparer
파일 보기 프로젝트 열기: javiercrowsoft/CSReports.net 1 사용 예제들

공개 메소드들

메소드 설명
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.

cListViewColumnSorter ( ) : System.Collections

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

cListViewColumnSorter() 공개 메소드

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