var dnfList = new List<int> { 7, 5, 12, 15 };int dnfMin = (from dnf in dnfList where x > 10 select dnf).Min();
Login to post response