Jstavropoulos
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
-
Jstavropoulos created a post, How can I format a Lamba part of an Anonymous method to remain on same line as original statement?
I have this: var actions = new Queue<Action>(); actions.Enqueue(() => { Console.Write(""); });But ReSharper always cha...