Click here to Skip to main content
15,867,686 members

Articles by springy76 (Tip/Trick: 1)

Tip/Trick: 1

RSS Feed

Average article rating:

No articles have been posted.

Average blogs rating:

No blogs have been submitted.

Average tips rating: 4.89

Desktop Programming
Windows Forms
30 Jan 2012   Updated: 4 Feb 2012   Rating: 4.89/5    Votes: 2   Popularity: 1.47
Licence: CPOL    Views: 8,440     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
By using a LinkedList, you can even mimic true recursive behavior without using recursive calls; the order will be "0,3,9,10,4,1,5,11,12,2,6,7,8", then:public static IEnumerable GetRecursive(this IEnumerable source, Func> subSelector){ var...

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Web Developer
Germany Germany
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.