¡@

Home 

c# Programming Glossary: actionsurrogate

'Delegate 'System.Action' does not take 0 arguments.' Is this a C# compiler bug (lambdas + two projects)?

http://stackoverflow.com/questions/4466859/delegate-system-action-does-not-take-0-arguments-is-this-a-c-sharp-compiler

C# code right Project B using System public delegate void ActionSurrogate Action addEvent public delegate void ActionSurrogate2 Using.. void ActionSurrogate Action addEvent public delegate void ActionSurrogate2 Using ActionSurrogate2 instead of System.Action results in.. addEvent public delegate void ActionSurrogate2 Using ActionSurrogate2 instead of System.Action results in the same error Using a..