Table of Contents

Class ExecuteExpression

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

Constructors

ExecuteExpression(LValue, IEnumerable<Expression>)

public ExecuteExpression(LValue lValue, IEnumerable<Expression> arguments)

Parameters

lValue LValue
arguments IEnumerable<Expression>

Properties

Arguments

public IEnumerable<Expression> Arguments { get; }

Property Value

IEnumerable<Expression>

LValue

public LValue LValue { get; }

Property Value

LValue