Given the following code
List
{ "apple", "passionfruit", "banana", "mango", "orange", "blueberry", "grape", "strawberry"};
IEnumerable
Im having difficulty in matching this up to the actual Where method declaration as below:-
public static IEnumerable
From what I can work out so far:-
IEnumerable
Regards
Steven
VulpesPosted Jun 15, 2012, 6:38 AM
Clear as mud, eh :)
VulpesPosted Jul 17, 2012, 9:04 AM
Guest UserPosted Jul 17, 2012, 8:45 AM
Just to re-visit this one quickly.
Why does the Where extension method have to have the
Is it due to the fact that the implementation type ie IEnumerable has the generic
Regards
Steven
Guest UserPosted Jun 15, 2012, 7:24 AM
VulpesPosted Jun 15, 2012, 7:19 AM
Guest UserPosted Jun 15, 2012, 7:13 AM