mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-04-26 08:10:32 +00:00
Add summary to ProtectionDictionary
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user