Enum AlmostVersion.StoredAs
Represents a storage type of either parsed Hive.Versioning.Version object or raw String.
Namespace: IPA.Utilities
Assembly: IPA.Loader.dll
Syntax
public enum StoredAs
Fields
| Name | Description |
|---|---|
| SemVer | The version was stored as a Version. |
| String | The version was stored as a String. |