在 Unity 中初始化简单字符串的 XML 配置
微软Unity新手问题。
如何指定配置来初始化简单的字符串类型。
我正在考虑以下内容...但它不喜欢构造函数中的 char[] 参数。
<register type="string" name="myString" >
<constructor>
<param name="char[]" value="SomeValue">
</param>
</constructor>
</register>
Newbie Microsoft Unity question.
How do I specify the config to initialize a simple string type.
I'm thinking of the below... but it doesn't like the char[] paramater in the constructor.
<register type="string" name="myString" >
<constructor>
<param name="char[]" value="SomeValue">
</param>
</constructor>
</register>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为什么不将 URL 注入到使用它的对象中,而不是让它调用 Resolve?
并且,在配置中:
Why don't inject the URL into the object using it, instead of leaving it to call Resolve?
and, in the config: