Table of Contents

Struct VersionData

Namespace
Crux.Utilities
Assembly
Crux.dll
public struct VersionData
Inherited Members

Constructors

VersionData(int, int, int)

public VersionData(int major, int minor, int patch)

Parameters

major int
minor int
patch int

Properties

Major

public readonly int Major { get; }

Property Value

int

Minor

public readonly int Minor { get; }

Property Value

int

Patch

public readonly int Patch { get; }

Property Value

int

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.