Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
15.007 Beiträge
 
#1

Beware of loops and tasks

  Alt 10. Aug 2023, 11:40
Loops and anonymous methods don't go hand in hand. Any variable that changes for each iteration will cause problems if it is used within an anonymous method. I explained the mechanism behind variable capturing in the post Mysterious Case Of Wrong Value, along with the problem it causes with loops and its solution. Commonly, anonymous methods are used as callbacks or event handlers, where there

Weiterlesen...
  Mit Zitat antworten Zitat