Table of Contents

Class IntExpression

Namespace
ReFuel.CVarScript.AST
Assembly
ReFuel.dll
public class IntExpression : Expression
Inheritance
IntExpression
Inherited Members

Constructors

IntExpression(int)

public IntExpression(int value)

Parameters

value int

Properties

Value

public int Value { get; }

Property Value

int