Add summary to ProtectionDictionary

This commit is contained in:
Matt Nadareski
2024-10-31 22:25:11 -04:00
parent a2fdcb4f6f
commit dc2a2e10de

View File

@@ -8,6 +8,9 @@ using System.Linq;
namespace BinaryObjectScanner
{
/// <summary>
/// Represents a mapping from file to a set of protections
/// </summary>
#if NET20 || NET35
public class ProtectionDictionary : Dictionary<string, Queue<string>>
#else