Struct VersionTriple
Inherited Members
Namespace: PvpXray
Assembly: solution.dll
Syntax
public struct VersionTriple
Constructors
| Name | Description |
|---|---|
| VersionTriple(uint, uint, uint) |
Fields
| Name | Description |
|---|---|
| Major | |
| MaxValue | |
| Minor | |
| Patch |
Properties
| Name | Description |
|---|---|
| NextMinor | |
| NextPatch |
Methods
| Name | Description |
|---|---|
| AppendTo(StringBuilder) | |
| CompareTo(VersionTriple) | |
| ToString() | Returns the fully qualified type name of this instance. |
| TryParse(string, out VersionTriple) | |
| TryParseIgnoringPrereleaseAndBuildInfo(string, out VersionTriple) |