Class BooleanLocalValue
public record BooleanLocalValue : PrimitiveProtocolLocalValue, IEquatable<LocalValue>, IEquatable<PrimitiveProtocolLocalValue>, IEquatable<BooleanLocalValue>
- Inheritance
-
BooleanLocalValue
- Implements
- Inherited Members
Constructors
BooleanLocalValue(bool)
public BooleanLocalValue(bool Value)
Parameters
Value
bool
Properties
Value
public bool Value { get; init; }