2
Reply

What’s a delegate?

Dinesh Beniwal

Dinesh Beniwal

Jul 13, 2006
10k
0

    A delegate is a reference type variable that holds the reference to a method. The reference can be changed at runtime.

    Keerthi Venkatesan
    April 22, 2016
    0

    A delegate object encapsulates a reference to a method. In C++ they were referred to as function pointers.

    Dinesh Beniwal
    July 13, 2006
    0