Table of Contents

Class Version

Espace de noms
easyar.ema

ema version.

Version

Remarques

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.

Propriétés

build

get build(): number;

major

get major(): number;

Méthodes

minor

get minor(): number;

Retours

parse(version)

Analyser la chaîne de version, lever une exception en cas d'échec.

static parse(version: string): Version;

Paramètres

version

Retours

toString()

""

toString(): string;

Retours