Class Version
- Пространство имен
- easyar.ema
ema Версия.
Version
Примечания
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the Version class.
Свойства
build
get build(): number;
major
get major(): number;
Методы
minor
get minor(): number;
Возвращаемое значение
parse(version)
Разбирает строку версии и выбрасывает исключение при ошибке
static parse(version: string): Version;
Параметры
version
Возвращаемое значение
toString()
Преобразовать в string
toString(): string;