SharpCompress/src/SharpCompress/Common/Options/IStreamOptions.cs
copilot-swe-agent[bot] 63bfa185f7
fix public init-only API setters
Agent-Logs-Url: https://github.com/adamhathcock/sharpcompress/sessions/9d9bc63c-5667-44ae-82f2-bd83df142606

Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
2026-05-20 08:14:24 +00:00

6 lines
116 B
C#

namespace SharpCompress.Common.Options;
public interface IStreamOptions
{
bool LeaveStreamOpen { get; set; }
}