C# Class PropertySorter.PropertyOrderPair, gert

Inheritance: IComparable
Mostra file Open project: mono/gert

Public Methods

Method Description
CompareTo ( object obj ) : int

Compares to.

PropertyOrderPair ( string name, int order ) : System

Creates a new PropertyOrderPair instance.

Method Details

CompareTo() public method

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

PropertyOrderPair() public method

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