add: Template Define
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user