C# 클래스 AGS.Plugin.Lua.LuaCodeDom.LuaExpression.Method

상속: LuaExpression
파일 보기 프로젝트 열기: duncanc/Lua-for-AGS

공개 프로퍼티들

프로퍼티 타입 설명
MethodName string
Target LuaExpression

공개 메소드들

메소드 설명
Method ( LuaExpression target, string name ) : System
WriteTo ( TextWriter output, int indent, bool asPrefix ) : void

메소드 상세

Method() 공개 메소드

public Method ( LuaExpression target, string name ) : System
target LuaExpression
name string
리턴 System

WriteTo() 공개 메소드

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

프로퍼티 상세

MethodName 공개적으로 프로퍼티

public string MethodName
리턴 string

Target 공개적으로 프로퍼티

public LuaExpression,AGS.Plugin.Lua.LuaCodeDom Target
리턴 LuaExpression