Can anyone explain why this causes a memory leak? static void Main() { Thread outerThread = new Thread(delegate() {...
Separate names with a comma.