mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-04-21 21:54:13 +00:00
MatchSet is abstract
This commit is contained in:
@@ -5,7 +5,7 @@ namespace BurnOutSharp.Matching
|
||||
/// <summary>
|
||||
/// Wrapper for a single set of matching criteria
|
||||
/// </summary>
|
||||
internal class MatchSet<T, U> where T : IMatch<U>
|
||||
internal abstract class MatchSet<T, U> where T : IMatch<U>
|
||||
{
|
||||
/// <summary>
|
||||
/// Set of all matchers
|
||||
|
||||
Reference in New Issue
Block a user