protected override void Execute(Context ctx) { CreateMethodDefCommand.Execute(ctx.Nodes); }
protected override void ExecuteInternal(ILSpyTreeNode[] nodes) { CreateMethodDefCommand.Execute(nodes); }