9. 3. 2009 2:00
jen pro ukazku sem dam totez v C# 3
List l = new List(new int[] { 1, 2, 3 }); l = l.FindAll(x => x % 2 == 0);