C# 클래스 PropertySorter.PropertyOrderPair, gert

상속: IComparable
파일 보기 프로젝트 열기: mono/gert

공개 메소드들

메소드 설명
CompareTo ( object obj ) : int

Compares to.

PropertyOrderPair ( string name, int order ) : System

Creates a new PropertyOrderPair instance.

메소드 상세

CompareTo() 공개 메소드

Compares to.
public CompareTo ( object obj ) : int
obj object Obj.
리턴 int

PropertyOrderPair() 공개 메소드

Creates a new PropertyOrderPair instance.
public PropertyOrderPair ( string name, int order ) : System
name string Name.
order int Order.
리턴 System