在visual studio 2013中,当我在lambda中写新行时,请遵循
taskData.ForEach(p =>
{
//smth
});
花括号自动在右侧。如何在左侧自动进行大括号:
taskData.ForEach(p =>
{
//smth
});