SomeFunction (() => {
DoSomething (); });
What is the name of this syntax (the () => ...)?
Answer: This is called Lambda Expression (parameterless lambda expression)
DoSomething (); });
What is the name of this syntax (the () => ...)?
Answer: This is called Lambda Expression (parameterless lambda expression)
No comments:
Post a Comment