views:

70

answers:

1

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

+4  A: 

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.

JaredPar