Unity 应用程序块 - 配置文件中的构造函数注入
如何指定在创建对象时应使用不带参数的构造函数?我知道如何为参数化构造函数执行此操作,但无法找到无参数构造函数的任何帮助。
我知道如何通过代码来执行此操作,但需要通过配置来执行此操作的解决方案。
How can I specify that constructor with no parameter should be used while creating the object? I know how to do it for the parameterized one but cannot find any help for the parameter less constructor.
I know how to do this through code but need solution for doing it through configuration.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在配置中指定一个空的
constructor
节点吗?Could you just specify an empty
constructor
node in the config?