22
Answers

StreamReader/StreamWriter

Photo of George George

George George

17y
16.8k
1

Hello everyone,


I understand there is no need to call Dispose explicitly when dealing with StreamReader/StreamWriter object instances since GC will take care of it in Finalizer method.

My question is, I want to know the benefits and potential issues of using "using" statement to deal with StreamReader/StreamWriter.


thanks in advance,
George

Answers (22)