Technology and Development

Basic on Csharp delegates, and more ...

Author: Son Nguyen Hoang

Word: 938

Language: English

Created On: 10 Mar 2025

Short writing to de-mystified complicated Csharp concept and keywords

Csharp is crazy powerful, however, I have trouble in understanding its delegate and delegates’s implementation, including Action, EventHandler, Func. Therefore, this post is written to summarized all of these. I would give each the definition and some analysis. A. Delegate Delegate is simply a reference to a method. The example that gives the best illustration on the application of delegate is a UI Button. Whatever framework, engine or libraries you use, the UIButton you create must have the ability to trigger callback method. ...

Posts

2025

2024

2023

2022

2021

Back To Top