C# 클래스 PaleTree.Shared.ListViewColumnSorter

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

공개 메소드들

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

Class constructor. Initializes various elements

메소드 상세

Compare() 공개 메소드

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