Table of Contents

Class NeoForgeVersions.Choice

Namespace
McServerLauncher.Services
Assembly
McServerLauncher.dll

A chosen build, and whether the user is about to install a pre-release.

public record NeoForgeVersions.Choice : IEquatable<NeoForgeVersions.Choice>
Inheritance
NeoForgeVersions.Choice
Implements
Inherited Members

Constructors

Choice(string, bool)

A chosen build, and whether the user is about to install a pre-release.

public Choice(string Version, bool IsBeta)

Parameters

Version string
IsBeta bool

Properties

IsBeta

public bool IsBeta { get; init; }

Property Value

bool

Version

public string Version { get; init; }

Property Value

string