Class ConstToken
- Namespace
- RandomizerCore.StringLogic
- Assembly
- RandomizerCore.dll
TermToken which represents a constant bool.
public record ConstToken : TermToken, IEquatable<LogicToken>, IEquatable<TermToken>, IEquatable<ConstToken>
- Inheritance
-
ConstToken
- Implements
- Inherited Members
Constructors
ConstToken(bool)
TermToken which represents a constant bool.
public ConstToken(bool Value)
Parameters
Value
bool
Fields
False
public static readonly ConstToken False
Field Value
True
public static readonly ConstToken True
Field Value
Properties
Value
public bool Value { get; init; }
Property Value
Methods
Write()
public override string Write()