Tag: delegates
All the articles with the tag "delegates".
Delegates in C#
Published: at 05:53 PMIn C#, delegates are types that represent method references, enabling functional programming within an object-oriented framework. They allow methods to be passed as parameters and invoked dynamically.