C# 클래스 Opc.Ua.Client.Controls.BaseListCtrl.BaseListCtrlSorter

A class that allows the list to be sorted.
상속: IComparer
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET

공개 메소드들

메소드 설명
BaseListCtrlSorter ( BaseListCtrl control ) : System

Initializes the sorter.

Compare ( object x, object y ) : int

Compares the two items.

메소드 상세

BaseListCtrlSorter() 공개 메소드

Initializes the sorter.
public BaseListCtrlSorter ( BaseListCtrl control ) : System
control BaseListCtrl
리턴 System

Compare() 공개 메소드

Compares the two items.
public Compare ( object x, object y ) : int
x object
y object
리턴 int