dasdingonesin
2
Q:

c# arrow

// Make a new lambda function
Func<string, string> greet = (name) => $"Hello, {name}!";

// Call it
Console.WriteLine(greet("John"));
0

New to Communities?

Join the community