News

Anonymous functions were introduced in the C# ... class Program { static void Main(string[] args) { new Demo().Display(); Console.Read(); } } Refer to the Demo class in the preceding code example.