Monday, 12 August 2013

C# DX What is this param mean?

C# DX What is this param mean?

I ran into this while using slimDX
MessagePump.Run(form, () => { });
What does () => { } do?

No comments:

Post a Comment