Click here to Skip to main content
15,888,527 members
Articles / Programming Languages / Visual Basic

Delegates 101 - Part II: Anonymous Methods and Lambdas

Rate me:
Please Sign up or sign in to vote.
4.98/5 (24 votes)
15 Jun 2011CPOL2 min read 33.4K   37  
How to use anonymous methods and lambdas to make our code more terse by reducing the amount of code we need to write.

Views

Daily Counts

License

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


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

Comments and Discussions