[LINQ via C#] - [C# Features]Function as input/outputHigher-order function is a function taking one or more function parameters as input, or returning a function as output. The other functions are called first-order functions. (Again, in C#, the term function and the term method are identical.)
↧