Categories
Search → delegates in c

Delegates and Events in C#

What makes them special is that unlike the C function pointer, the .NET delegate is type safe. Delegates exists for situations in which you want to pass methods arounds to other methods. Using a delegate allows the programmer to encapsulate a referen...
DETAILS

Delegates in C#

Most programmers are used to passing data in methods as input and output parameters. Imagine a scenario where you wish to pass methods around to other methods instead of data. Amazed! Read further.
DETAILS

Gate to Delegates in VB.NET

This article explains what are &"Delegates&"? And what is their role in .NET framework. The author uses VB.NET code to provide working examples of &"Delegates&".
DETAILS
©2003-2019 jCay.com