Clarify the IScannable description

This commit is contained in:
Matt Nadareski
2022-12-08 21:43:39 -08:00
parent 4f16b9d9e8
commit 4a589603e4

View File

@@ -4,8 +4,13 @@ using System.IO;
namespace BurnOutSharp.Interfaces
{
/// <summary>
/// Mark a file type as extractable
/// Mark a file type as being able to be scanned
/// </summary>
/// <remarks>
/// This is also used for packers, embedded archives, and other
/// installer formats that may need to be "extracted" before they
/// can be fully scanned.
/// </remarks>
internal interface IScannable
{
/// <summary>