Question

is there any ways to accomplish this? it is really annoying having to restart every time.

Was it helpful?

Solution

No this is not possible. C# does not allow ENC anywhere in a method which contains a LINQ expression. VB.Net allows you to edit within the same method as a LINQ expression as long as you don't actually edit the structure of the LINQ query.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top