Delegate Properties, Lazy Parameters & Lazy Variadic Functions
You will learn about delegate properties, lazy parameters, and lazy variadic functions in this lesson.
We'll cover the following
Delegate properties
The function and context pointers of a delegate can be accessed through its .funcptr
and .ptr
properties, respectively:
Get hands-on with 1400+ tech skills courses.