C# Class Sino.Droid.AppMsg.Style

Mostrar archivo Open project: CSharpCross/AppMsg Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Style ( int duration, Color textColor, Color backColor ) : System

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

Style() public method

public Style ( int duration, Color textColor, Color backColor ) : System
duration int
textColor Color
backColor Color
return System