✅ Anonymous and lambda function in C#
Hello guys, I was just reading a bit about lambda functions. From what I've understood, it's an inline style of declaring a function definition. We use it if for example we want to only execute a function once. They are used together with delegates, to store the function reference and just invoke the function as needed.
Lambda function relies on delegates to work?
E.g of lambda functions:
Lambda function relies on delegates to work?
E.g of lambda functions: