C# Class PropertySorter.PropertyOrderPair, gert

Inheritance: IComparable
Afficher le fichier Open project: mono/gert

Méthodes publiques

Méthode Description
CompareTo ( object obj ) : int

Compares to.

PropertyOrderPair ( string name, int order ) : System

Creates a new PropertyOrderPair instance.

Method Details

CompareTo() public méthode

Compares to.
public CompareTo ( object obj ) : int
obj object Obj.
Résultat int

PropertyOrderPair() public méthode

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