C# 클래스 PseudoTV_Manager.Forms.ListViewSorter

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

공개 메소드들

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

ListViewSorter ( ) : System.Collections

Class constructor. Initializes various elements

ListViewSorter ( int sortColumn, SortOrder sortOrder ) : System.Collections

메소드 상세

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

ListViewSorter() 공개 메소드

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

ListViewSorter() 공개 메소드

public ListViewSorter ( int sortColumn, SortOrder sortOrder ) : System.Collections
sortColumn int
sortOrder SortOrder
리턴 System.Collections