Blog: Recursive call with anonymous function
-
Whether you want to generate a dynamic function, write a dynamic algorithm or want to handle delegate inline, anonymous functions have always been at your service. However one area where in anonymous function lacking is, making a recursive call. Since it does not have function signature it’s not possible to make recursive call, at lease not directly. This article shows you how to achieve that. See complete blog: http://aamironline.com/blog/2006/10/29/recursive-call-with-anonymous-function.xml[^]
M Aamir Maniar aamirOnline.com
-
Whether you want to generate a dynamic function, write a dynamic algorithm or want to handle delegate inline, anonymous functions have always been at your service. However one area where in anonymous function lacking is, making a recursive call. Since it does not have function signature it’s not possible to make recursive call, at lease not directly. This article shows you how to achieve that. See complete blog: http://aamironline.com/blog/2006/10/29/recursive-call-with-anonymous-function.xml[^]
M Aamir Maniar aamirOnline.com
Why post this here? Why not make it into an Article? It seems like it would make an excellent article.
Arthur Dent - "That would explain it. All my life I've had this strange feeling that there's something big and sinister going on in the world." Slartibartfast - "No. That's perfectly normal paranoia. Everybody in the universe gets that." Deja View - the feeling that you've seen this post before.
-
Why post this here? Why not make it into an Article? It seems like it would make an excellent article.
Arthur Dent - "That would explain it. All my life I've had this strange feeling that there's something big and sinister going on in the world." Slartibartfast - "No. That's perfectly normal paranoia. Everybody in the universe gets that." Deja View - the feeling that you've seen this post before.
Thanx for sugession.
M Aamir Maniar aamirOnline.com