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
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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