Function Pointers in C#
There are no such thing as function pointers in C#. There are no pointers. There are no function pointers in Java, JavaScript, and many other languages. So how does one handle saving a function and then calling it later from where it is saved? “Delegates” is what they…
Continue reading