IStreamWriter derives from IDisposable - allows seamless usage in using statements
This commit is contained in:
Родитель
65586421bd
Коммит
fece207569
|
@ -10,7 +10,7 @@ namespace SystemInterface.IO
|
|||
/// Wrapper for <see cref="T:System.IO.StreamWriter"/> class.
|
||||
/// </summary>
|
||||
[CLSCompliant(false)]
|
||||
public interface IStreamWriter
|
||||
public interface IStreamWriter : IDisposable
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
|
|
Загрузка…
Ссылка в новой задаче