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

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

Public Properties

Property Type Description
MethodName string
Target LuaExpression

Public Methods

Method Description
Method ( LuaExpression target, string name ) : System
WriteTo ( TextWriter output, int indent, bool asPrefix ) : void

Method Details

Method() public method

public Method ( LuaExpression target, string name ) : System
target LuaExpression
name 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

MethodName public property

public string MethodName
return string

Target public property

public LuaExpression,AGS.Plugin.Lua.LuaCodeDom Target
return LuaExpression