Skip to main content

New "Orcas" Language Feature: Lambda Expressions - ScottGu's ...

Popularity Report

Total Popularity Score: 0

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Rank

Bookmark History

Saved by 6 people (1 private), first by anonymouse user on 2007-06-07


Public Sticky notes

One of the things that make Lambda expressions particularly powerful from a framework developer's perspective is that they can be compiled as either a code delegate (in the form of an IL based method) or as an expression tree object which can be used at runtime to analyze, transform or optimize the expression. 

Highlighted by arrix_