C# 클래스 Tp.I18n.FormattedMessage

상속: IFormattedMessage
파일 보기 프로젝트 열기: TargetProcess/Tp.I18n

공개 메소드들

메소드 설명
Equals ( IFormattedMessage other ) : bool
Equals ( object other ) : bool
FormattedMessage ( string token, object>.IDictionary data, string value ) : System.Collections.Generic
GetHashCode ( ) : int
ToString ( ) : string

메소드 상세

Equals() 공개 메소드

public Equals ( IFormattedMessage other ) : bool
other IFormattedMessage
리턴 bool

Equals() 공개 메소드

public Equals ( object other ) : bool
other object
리턴 bool

FormattedMessage() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string