IStreamWriter derives from IDisposable - allows seamless usage in using statements

This commit is contained in:
gpomykala 2015-11-24 17:44:04 +01:00
Родитель 65586421bd
Коммит fece207569
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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>