Class PrecompilerConstantValue
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)