Struct VersionData
public struct VersionData
- Inherited Members
Constructors
VersionData(int, int, int)
public VersionData(int major, int minor, int patch)
Parameters
Properties
Major
public readonly int Major { get; }
Property Value
Minor
public readonly int Minor { get; }
Property Value
Patch
public readonly int Patch { get; }
Property Value
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.