Monthly Archives: April 2018

C# – understand delegate

A delegate can be seen as a placeholder for a/some method(s). By defining a delegate, you are saying to the user of your class, “Please feel free to assign, any method that matches this signature, to the delegate and it … Continue reading

Posted in Uncategorized | Leave a comment