0
kicks
First Class Functions And Logical Negation in C#
This article works around the hazards of functional programming C# to develop a first-order function: a function that returns the logical negation of a boolean function, illustrating the power of C# as a functional language once you master certain details of the type system.