csharp arrow

Code Example - csharp arrow

                
                        // Make a new lambda function
Func<string, string> greet = (name) => %%%~COMPRESS~PRE~0~%%%quot;Hello, {name}!";

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