add: Template Define

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

View File

@@ -63,10 +63,6 @@ public class Program
.OfType<MethodReference>() .OfType<MethodReference>()
.FirstOrDefault(m => m.Name == "set_Sdk"); .FirstOrDefault(m => m.Name == "set_Sdk");
foreach (Instruction instruction in method.Body.Instructions)
{
}
method.Body.Instructions.Clear(); method.Body.Instructions.Clear();
method.Body.ExceptionHandlers.Clear(); method.Body.ExceptionHandlers.Clear();