Example #1
0
 static void Delegate_Example_3()
 {
     // An example of a Regular Method; Anonymous Method, and Lambda Delegates
     // Which are all the same.
     Console.WriteLine("Delegate Example 3 - Showing Different/Same Delegates ");
     GenericExamples.Same_Main();
     Console.ReadKey();
 }