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

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

Public Properties

Property Type Description
Value int

Public Methods

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

Method Details

IntegerLiteral() public method

public IntegerLiteral ( int value ) : System
value int
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 int Value
return int