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()
stringに変換する
toString(): string;