C# Class System.Xml.Xsl.Int32Pair

Exibir arquivo Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
Equals ( object other ) : bool
GetHashCode ( ) : int
Int32Pair ( int left, int right ) : System

Method Details

Equals() public method

public Equals ( object other ) : bool
other object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Int32Pair() public method

public Int32Pair ( int left, int right ) : System
left int
right int
return System