Table of Contents

Class StringExpression

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

Constructors

StringExpression(string)

public StringExpression(string value)

Parameters

value string

Properties

Value

public string Value { get; }

Property Value

string