C# Class Tp.I18n.FormattedMessage

Inheritance: IFormattedMessage
Show file Open project: TargetProcess/Tp.I18n

Public Methods

Method Description
Equals ( IFormattedMessage other ) : bool
Equals ( object other ) : bool
FormattedMessage ( string token, object>.IDictionary data, string value ) : System.Collections.Generic
GetHashCode ( ) : int
ToString ( ) : string

Method Details

Equals() public method

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

Equals() public method

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

FormattedMessage() public method

public FormattedMessage ( string token, object>.IDictionary data, string value ) : System.Collections.Generic
token string
data object>.IDictionary
value string
return System.Collections.Generic

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string