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>, IComparable<INumericValue>, IEquatable<VBNumericTypedValue>, IVBTypedValue<VBIntegerValue, short>, IEquatable<IVBTypedValue<VBIntegerValue, short>>, INumericValue<VBIntegerValue>, INumericValue, IEquatable<VBIntegerValue>, IEquatable<PrecompilerConstantValue>
Inheritance
PrecompilerConstantValue
Implements
Inherited Members

Constructors

PrecompilerConstantValue(Symbol, int)

Creates a new precompiler constant value.

public PrecompilerConstantValue(Symbol symbol, int managedValue)

Parameters

symbol Symbol

The symbol associated with this value.

managedValue int

The underlying managed value of this constant.