C# 클래스 i18n.Helpers.Nugget

Describes the components of a nugget.
Formatted nuggets: The msgid for a formatted nugget: Enter between %0 and %1 characters|||100|||6 while the original string in the code for this may have been: [[[Enter between %0 and %1 characters|||{1}|||{2}]]] The canonical msgid part is that between the opening [[[ and the first ||| or ///: Enter between %0 and %1 characters
파일 보기 프로젝트 열기: turquoiseowl/i18n 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

메소드 상세

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string