Answer Posted / sameer
A lambda expression is an anonymous function that can
contain expressions and statements
Syntax: delegate int del(int i);
del myDelegate = x => x * x;
int j = myDelegate(5); //j = 25
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How many bytes is a char c#?
Explain how to use an extender provider in the project.
Are structs value types c#?
What is the purpose of reserved word using in c#?
What is object array in c#?
Why do we use struct in c#?
What is the difference between select and selectmany?
What do you mean by casting a data type?
What is the default value of decimal in c#?
What do you understand by the terms datareader object and dataset object?
What do you mean by jagged arrays in c#?
What is string programming language?
What does .length do in c#?
Why do we need encapsulation in c#?
What is visual c# net?