Why doesn't a `FuncConstructorArgument` inherit? [`FuncConstructorArgument.ShouldInherit`](https://github.com/ninject/Ninject.Extensions.Factory/blob/master/src/Ninject.Extensions.Factory/Func/FuncConstructorArgument.cs#L79) always returns `false`. Is there a way to inherit the arguments?
Why doesn't a
FuncConstructorArgumentinherit?FuncConstructorArgument.ShouldInheritalways returnsfalse. Is there a way to inherit the arguments?