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.
在 WinRT 上使用 Ninject 3.x,是否可以仅通过参数或元数据查询内核的绑定,即:不指定类型?
No. You have to specify the type.
But you can use any kind of base Interface/class including object. E.g. Create bindings from object to all possible types and get an object
object