Class VerificationDiagnostic
Namespace: DotBoxD.Kernels.Verifier.Generated
Assembly: DotBoxD.Kernels.Verifier.dll
public sealed record VerificationDiagnostic : IEquatable<VerificationDiagnostic>Inheritance
Section titled “Inheritance”object ← VerificationDiagnostic
Implements
Section titled “Implements”IEquatable<VerificationDiagnostic>
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
Section titled “Constructors”VerificationDiagnostic(string, string)
Section titled “ VerificationDiagnostic(string, string)”public VerificationDiagnostic(string Code, string Message)Parameters
Section titled “Parameters”Code string
Message string
Properties
Section titled “Properties”public string Code { get; init; }Property Value
Section titled “Property Value”Message
Section titled “ Message”public string Message { get; init; }