Map
Index
Random
Help
th

Quote: LINQ infers IEnumerable from a select expression; it compiles with a lambda expression

QuoteRef: bierGM10_2007 , p. 480



Topic:
lambda calculus
Topic:
declaration through use

Quotation Skeleton

var temp = from c in Countries where … The local variable temp is initialized using a … the declaration is implicitly typed; in this case … [p. 481] [It is] compiled to the following method calls: … [It invokes a lambda expression, delegate( Country c){return c.Population<210000;} ]   Google-1   Google-2

Copyright clearance needed for quotation.


Related Topics up

Topic: lambda calculus (16 items)
Topic: declaration through use (7 items)

Copyright © 2002-2008 by C. Bradford Barber. All rights reserved.
Thesa is a trademark of C. Bradford Barber.