Home
Options

C# Intellisense not working for Join second lambda

When using LINQ with C# and adding a Join method to an expression, there is no Intellisense working for the second lambda (fourth parameter). It isn't picking up that the type of the lambda variable is the base type from the first parameter.

Comments

Sign In or Register to comment.