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