C# Class AGS.Plugin.Lua.LuaCodeDom.LuaExpression.StringLiteral

Inheritance: LuaExpression
Show file Open project: duncanc/Lua-for-AGS

Public Properties

Property Type Description
Value string

Public Methods

Method Description
StringLiteral ( string value ) : System
WriteTo ( TextWriter output, int indent, bool asPrefix ) : void

Method Details

StringLiteral() public method

public StringLiteral ( string value ) : System
value string
return System

WriteTo() public method

public WriteTo ( TextWriter output, int indent, bool asPrefix ) : void
output System.IO.TextWriter
indent int
asPrefix bool
return void

Property Details

Value public property

public string Value
return string