var dnfLst_1 = new List<int>() { 50, 20, 10 }; int dnf = dnfLst_1.Find(x => x > 10);
Login to post response