What is a Lambda?

后端 未结 7 1737
傲寒
傲寒 2020-11-28 21:53

Could someone provide a good description of what a Lambda is? We have a tag for them and they\'re on the secrets of C# question, but I have yet to find a good definition an

7条回答
  •  春和景丽
    2020-11-28 22:43

    Also called closures or anonymous functions.. I found the best description here. Basically, inline block of code that can be passed as an argument to a function.

提交回复
热议问题