Delegates

Create and call delegates

Delegates are objects that point to methods. In other words, they hold references to method definitions. By calling a delegate, we call all methods the delegate points to.

Delegates can reference methods

Get hands-on with 1200+ tech skills courses.