Click here to Skip to main content
15,886,137 members
Articles / Programming Languages / C# 4.0

First Class Function Explained: Translate Complex Type to DataTable/JavaScript

Rate me:
Please Sign up or sign in to vote.
4.00/5 (1 vote)
12 Nov 2013CPOL5 min read 13.8K   68   3  
Explanation about first class functions in .NET
A language is said to have first class functions if it supports passing functions as arguments to other functions and returning them as values from other functions. The values can be stored in data structures. This article explains why this can be advantageous and provides a real world example.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Netherlands Netherlands
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions