LinqToTwitter uses LINQ in an unusual way. Stuff in the 'from' clause is not, logically, an enumerable type. Have a look at the source :)
Mau
2010-06-04 10:46:54
LinqToTwitter uses LINQ in an unusual way. Stuff in the 'from' clause is not, logically, an enumerable type. Have a look at the source :)
Thoughts:
IEnumerable<T>
pull model)from
(SelectMany
) etc to pick out branch/merge points completely unrelated to enumerables