add: Template Define

This commit is contained in:
h z
2025-02-22 03:56:27 +00:00
parent 64bb72994d
commit 91f749ccb7

View File

@@ -62,11 +62,7 @@ public class Program
.Select(i => i.Operand)
.OfType<MethodReference>()
.FirstOrDefault(m => m.Name == "set_Sdk");
foreach (Instruction instruction in method.Body.Instructions)
{
}
method.Body.Instructions.Clear();
method.Body.ExceptionHandlers.Clear();