Table of Contents

Class PrecompilerConstantValue

Namespace
RDCore.SDK.Model.Values
Assembly
RDCore.SDK.dll

Represents a precompiler constant value; treated as an Integer.

public sealed record PrecompilerConstantValue : VBIntegerValue, IEquatable<VBRuntimeEntity>, IEquatable<VBTypedValue>, IEquatable<VBNumericTypedValue>, IVBTypedValue<VBIntegerValue, short>, IEquatable<IVBTypedValue<VBIntegerValue, short>>, INumericValue<VBIntegerValue>, INumericValue, IEquatable<VBIntegerValue>, IEquatable<PrecompilerConstantValue>
Inheritance
PrecompilerConstantValue
Implements
Inherited Members

Constructors

PrecompilerConstantValue(short)

Creates a new precompiler constant value.

public PrecompilerConstantValue(short value)

Parameters

value short

The underlying value of this constant.