C# 클래스 XPathVisualizer.AboutBox.ListViewItemComparer

things to do when the selected tab is changed
상속: System.Collections.IComparer
파일 보기 프로젝트 열기: zippy1981/XPathVisualizer

공개 메소드들

메소드 설명
Compare ( object x, object y ) : int
ListViewItemComparer ( ) : System
ListViewItemComparer ( int column, bool ascending ) : System

메소드 상세

Compare() 공개 메소드

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

ListViewItemComparer() 공개 메소드

public ListViewItemComparer ( ) : System
리턴 System

ListViewItemComparer() 공개 메소드

public ListViewItemComparer ( int column, bool ascending ) : System
column int
ascending bool
리턴 System