Very similar to this post How can I declare template array as a parameter in templated function? Something like this code:
We\'ve begun using Dependency Injection recently, and we\'ve chosen Ninject 2 (for now) as our IoC Container.As I refactor our solution to incorporate DI principles, I\'ve run into something that bugs
I\'m trying to build something like the C# type initalizer dynamically: MyClass class = new MyClass { MyStringProperty= inputString };