首页 新闻 会员 周边
1
回答数

已关闭问题 50 C# 请问Unity依赖注入生成的对象里面怎么再用untiy生成想要的对象呢?

比如: interface IHelper { void Do(); } class Helper:IHelper { [Dependency] public IOtherInterface Othe