In C#, you can do something like this:
SomeFunction (() => {
DoSomething ();
});
What is the name of this syntax (the () => ...
)?
In C#, you can do something like this:
SomeFunction (() => {
DoSomething ();
});
What is the name of this syntax (the () => ...
)?