Enum AlmostVersion.StoredAs
Represents a storage type of either parsed SemVer.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 SemVer.Version. |
| String | The version was stored as a String. |