Creating the Delegate Object
A delegate is a reference type and therefore has both a reference and an object. After a delegate type is declared, you can declare variables and create objects of the type. The following code shows… Read More »Creating the Delegate Object