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;