Example: bankruptcy
Advanced C#

Advanced C#

Back to document page

Delegate = Method Type Declaration of a delegate type delegate void Notifier (string sender); // ordinary method signature // with the keyword delegate Declaration of a delegate variable Notifier greetings; Assigning a method to a delegate variable void SayHello(string sender) {Console.WriteLine("Hello from " + sender);}

  Types, Advanced, Sender, Advanced c

Download Advanced C#


Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Other abuse

Advertisement

Related search queries