Click here to Skip to main content
16,015,097 members
Home / Discussions / C#
   

C#

 
Questionrecurse an anonymous method Pin
urbane.tiger10-Dec-06 13:33
urbane.tiger10-Dec-06 13:33 
AnswerRe: recurse an anonymous method Pin
Judah Gabriel Himango10-Dec-06 13:41
sponsorJudah Gabriel Himango10-Dec-06 13:41 
GeneralRe: recurse an anonymous method Pin
urbane.tiger10-Dec-06 14:26
urbane.tiger10-Dec-06 14:26 
GeneralRe: recurse an anonymous method Pin
Judah Gabriel Himango10-Dec-06 14:29
sponsorJudah Gabriel Himango10-Dec-06 14:29 
GeneralRe: recurse an anonymous method Pin
urbane.tiger10-Dec-06 14:43
urbane.tiger10-Dec-06 14:43 
GeneralRe: recurse an anonymous method Pin
Judah Gabriel Himango10-Dec-06 14:50
sponsorJudah Gabriel Himango10-Dec-06 14:50 
AnswerRe: recurse an anonymous method Pin
Guffa10-Dec-06 18:11
Guffa10-Dec-06 18:11 
GeneralRe: recurse an anonymous method Pin
urbane.tiger11-Dec-06 16:06
urbane.tiger11-Dec-06 16:06 
There's nothing to prevent an anon method calling an external method which in turn calls the method in which the anon method resides, which duly invokes the anon method - voila indirect recursion.

as for defining recursion - the existence of multiple instances of the gizmo (method, function, entry point whatever) on the stack - would be where i'd start; it being the means by which my NoRecursion attribute detects undesirable recursions.

Which reminds me that I haven't tried giving an anon method any attributes, yet;)


GeneralRe: recurse an anonymous method Pin
Guffa11-Dec-06 20:33
Guffa11-Dec-06 20:33 
GeneralRe: recurse an anonymous method Pin
urbane.tiger12-Dec-06 14:57
urbane.tiger12-Dec-06 14:57 
AnswerRe: recurse an anonymous method Pin
Guffa12-Dec-06 21:11
Guffa12-Dec-06 21:11 
GeneralRe: recurse an anonymous method Pin
urbane.tiger17-Dec-06 13:57
urbane.tiger17-Dec-06 13:57 
JokeRe: recurse an anonymous method Pin
Muammar©10-Dec-06 20:23
Muammar©10-Dec-06 20:23 
AnswerRe: recurse an anonymous method Pin
Judah Gabriel Himango9-Feb-07 8:11
sponsorJudah Gabriel Himango9-Feb-07 8:11 
GeneralRe: recurse an anonymous method Pin
urbane.tiger11-Feb-07 13:42
urbane.tiger11-Feb-07 13:42 
AnswerRe: Making a callback an instance member function... Pin
Judah Gabriel Himango10-Dec-06 13:36
sponsorJudah Gabriel Himango10-Dec-06 13:36 
QuestionBindingSource and DataSet Pin
mfcuser10-Dec-06 9:24
mfcuser10-Dec-06 9:24 
AnswerRe: BindingSource and DataSet Pin
User 171649210-Dec-06 13:28
professionalUser 171649210-Dec-06 13:28 
AnswerRe: BindingSource and DataSet Pin
Muammar©10-Dec-06 20:16
Muammar©10-Dec-06 20:16 
QuestionProject Installer - Installing Fonts? Pin
wbjohnson10-Dec-06 7:19
wbjohnson10-Dec-06 7:19 
AnswerRe: Project Installer - Installing Fonts? Pin
Filip van der Meeren10-Dec-06 9:16
Filip van der Meeren10-Dec-06 9:16 
GeneralRe: Project Installer - Installing Fonts? Pin
wbjohnson10-Dec-06 9:19
wbjohnson10-Dec-06 9:19 
GeneralRe: Project Installer - Installing Fonts? [modified] Pin
Filip van der Meeren10-Dec-06 9:25
Filip van der Meeren10-Dec-06 9:25 
GeneralRe: Project Installer - Installing Fonts? Pin
wbjohnson10-Dec-06 9:29
wbjohnson10-Dec-06 9:29 
Questiongetting the values from unbound DatagridviewcomboBoxColumns ??? Pin
Rocky#10-Dec-06 7:05
Rocky#10-Dec-06 7:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.