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.
Ninject を使用してクラス ボードのコンストラクターに値を渡す方法の例を 2 日間試しました。多くの例を見てきましたが、あまり理解していませんでした。特に、建物の構成 (バインド) を記録し、実行時に値を渡すことを確認したいと思います。
_Kernel.Get(of MyRoot)(Pass. "TheValue". At.param. "Param1". For(of INdependency))
.WithConstructorArgument を使用してみてください。