Summary
In this lesson, you learned about delegates
. You should think of delegates
as function wrappers. Basically, delegates
are ways of representing functions and then stacking function calls together.
In this lesson, you learned about delegates
. You should think of delegates
as function wrappers. Basically, delegates
are ways of representing functions and then stacking function calls together.