AGS.Plugin.Lua.LuaCodeDom.LuaExpression.Method.Method C# (CSharp) Method

Method() public method

public Method ( LuaExpression target, string name ) : System
target LuaExpression
name string
return System
            public Method(LuaExpression target, string name)
            {
                Target = target;
                MethodName = name;
            }
LuaExpression.Method