0 votes
in C Sharp by

What’s a delegate?

1 Answer

0 votes
by

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

...