C# Class 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
显示文件 Open project: turquoiseowl/i18n Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string