mirror of
https://github.com/Stone-Red-Code/YesNt-Interpreter.git
synced 2026-09-09 16:06:08 +02:00
Upgrade to .NET 8 and code cleanup
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
namespace YesNt.Interpreter.Enums
|
||||
namespace YesNt.Interpreter.Enums;
|
||||
|
||||
public enum SearchMode
|
||||
{
|
||||
public enum SearchMode
|
||||
{
|
||||
StartOfLine,
|
||||
EndOfLine,
|
||||
Contains,
|
||||
Exact
|
||||
}
|
||||
StartOfLine,
|
||||
EndOfLine,
|
||||
Contains,
|
||||
Exact
|
||||
}
|
||||
Reference in New Issue
Block a user