Map (higher-order function): Difference between revisions

Content deleted Content added
Line 32:
 
==Mapping in .NET Procedural Languages==
The map function in .NET Procedural languages like C# or VB.NET (as of C# 2.0 and VB 8.0{{fact}}) is supported through the <code>select</code> extension method. Here's an example that combines the use of select() with the use of [[anonymous functions]], support for which was added to C# in version 3.0 (November 2007).
 
<source lang="csharp">