C# - Part 97 - Func Delegate - Tutorial For Beginners
HTML-код
- Опубликовано: 8 фев 2025
- C# includes built-in generic delegate types Func and Action, so that you don't need to define custom delegates manually in most cases.
Func is a generic delegate included in the System namespace. It has zero or more input parameters and one out parameter. The last parameter is considered as an out parameter.