关于[C# Intermediate - Delegates in C# (Func, Action)]的摘要:
In this article, we are going to talk more about delegates in C#. A delegate is a reference to a method. We can use a delegate object to pass it to the code in which we want to call a referenced method, without knowing at compile time which method will be invoked. If you want to see complete navigation of this tutorial, you can do that here C# Intermediate Tutorial.