Tagged Questions
3
votes
5answers
442 views
C# disposable objects
Are there some advices about how I should deal with the IDisposable object sequences?
For example, I have a method that builds a IEnumerable<System.Drawing.Image> sequence and
at some point I ...