Expression<TDelegate>.Compile and Garbage Collection

asked15 years ago
last updated15 years ago
viewed916 times
Up Vote12Down Vote

When I compile an expression into executable code and get the delegate - does the code get garbage collected when no more references to this delegate exist?

Is there any documentation on this? Because I didn't find anything useful in the MSDN.