Class NameIssue
- Namespace
- McServerLauncher.Services
- Assembly
- McServerLauncher.dll
The problem found, and whatever detail the message needs.
public record NameIssue : IEquatable<NameIssue>
- Inheritance
-
NameIssue
- Implements
- Inherited Members
Constructors
NameIssue(NameIssueKind, string)
The problem found, and whatever detail the message needs.
public NameIssue(NameIssueKind Kind, string Detail)
Parameters
KindNameIssueKindDetailstring
Properties
Detail
public string Detail { get; init; }
Property Value
Kind
public NameIssueKind Kind { get; init; }