Once it is compiled, is there a difference between: delegate { x = 0; } and () => { x = 0 } ? 6 Answers 6 Tags: .netanonymous-methodscdelegateslambda