C# Class System.Xml.Xsl.Int32Pair

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object other ) : bool
GetHashCode ( ) : int
Int32Pair ( int left, int right ) : System

Method Details

Equals() public méthode

public Equals ( object other ) : bool
other object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Int32Pair() public méthode

public Int32Pair ( int left, int right ) : System
left int
right int
Résultat System