Table of Contents

Class CheckParseSuccess

Namespace
CedarDotNet.Models
Assembly
CedarDotNet.dll

A successful check parse answer.

public sealed record CheckParseSuccess : ICheckParseAnswer, IEquatable<CheckParseSuccess>
Inheritance
CheckParseSuccess
Implements
Inherited Members

Properties

Type

The answer type.

[JsonIgnore]
public string Type { get; }

Property Value

string