Class PrecompilerConstantValue
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
valueshortThe underlying value of this constant.