Introduction

Tango.Functional

This namespace has a lot of core implementations focused on the functions of the functional paradigm. These include the extensions methods to cast between the Action andFunction delegates and the ability to perform the processes of Currying and partial application in existing methods.

It is very important to understand the concepts about currying and partial application to take full advantage of this namespace, so it is strongly recommended that you read the Currying and Partial Application section.

In this section you will find the following topics:

Last updated