Apply a callback to an array: Difference between revisions

Content added Content deleted
(Add CLU)
m (→‎{{header|C sharp}}: Regularize header markup to recommended on category page)
Line 525: Line 525:
</pre>
</pre>


=={{header|C sharp}}==
=={{header|C sharp|C#}}==
{{works with|C sharp|C#|3.0+}}
{{works with|C sharp|C#|3.0+}}
This version uses the C# 3 lambda notation.
This version uses the C# 3 lambda notation.