Category Archives: c#

C# Delegate

Overview Delegate defines a function signature Delegate is a place holder for a future function Delegate is an object Need to be instantiated before being used Can be passed around like an object Define a simple delegate // Define a … Continue reading

Posted in c# | Leave a comment