Files
BinaryObjectScanner/BinaryObjectScanner.Protection/_DUMMY.cs

8 lines
193 B
C#
Raw Normal View History

namespace BinaryObjectScanner.Protection
{
/// <summary>
/// This class exists for reflection purposes and should not be used
/// </summary>
public sealed class _DUMMY { }
}