Table of Contents

Class Version

Пространство имен
easyar.ema

Version 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

build

get build(): number;

major

major

get major(): number;

Методы

minor

minor

get minor(): number;

Возвращаемое значение

parse(version)

разобрать строку версии, выбросить исключение при сбое

static parse(version: string): Version;

Параметры

version

Возвращаемое значение

toString()

преобразовать в строку

toString(): string;

Возвращаемое значение