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;