var dnfLst_1 = new List<int>() { 90, 70, 30, 10, 60, 50, 40 };var dnfLst_2 = new List<int>(dnfLst_1);
Login to post response