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