Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前在一些 C# 代码中使用 NLua 进行一些前端工作。我在 NLua 中使用/注册非对象完全没有问题,但是当我想在方法中使用 List 作为参数时;它似乎不起作用。
这是我目前有效的(减去突出显示的显示无效的内容):
这是上面引用的方法不起作用:
NLua 不支持注册和使用对象函数吗?