Why isn't generic method able to infer a parameter type?

Type inference only applies to generic methods not generic types or their constructors.

There's no type inference in your second example - you are explicitly giving the delegate type to use. In this case you need to provide the type parameter since there is no non-generic GenDel type.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions