gpt4 book ai didi

c# - ToConstant 在内核中绑定(bind)时

转载 作者:行者123 更新时间:2023-11-30 23:11:58 25 4
gpt4 key购买 nike

我们有如下代码。

var xyz = method(); //method() returns an interface say **Interface1**

kernel.Bind<**Interface1**>().ToConstant(xyz);

我在以下链接的 stackoverflow 上看到了:

Usage of binding to constants and binding to types in scopes with Ninject

我们可以使用Kernel.Bind<**Interface1**>().To(typeof(xyz)).InSingletonScope()吗?如果我们不希望在此时创建对象,而是在调用时创建对象。

最佳答案

Bind<Interface1>().ToMethod(context => method()).InSingletonScope();

关于c# - ToConstant 在内核中绑定(bind)时,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44403463/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com