C# 클래스 DCT.UI.ListViewItemComparer

상속: IComparer
파일 보기 프로젝트 열기: typpo/outwar-dca

보호된 프로퍼티들

프로퍼티 타입 설명
col int
order SortOrder

공개 메소드들

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

보호된 메소드들

메소드 설명
ListViewItemComparer ( ) : System

비공개 메소드들

메소드 설명
ListViewItemComparer ( int column, SortOrder order ) : System

메소드 상세

Compare() 공개 추상적인 메소드

public abstract Compare ( object x, object y ) : int
x object
y object
리턴 int

ListViewItemComparer() 보호된 메소드

protected ListViewItemComparer ( ) : System
리턴 System

프로퍼티 상세

col 보호되어 있는 프로퍼티

protected int col
리턴 int

order 보호되어 있는 프로퍼티

protected SortOrder order
리턴 SortOrder