Given that closing is a compiler function, not a platform function, nothing can be done with them.
, (, , , IL, ).
, , LINQ, . :
public List<Person> FilterByAge(IEnumerable<Person> people, int age)
{
return people.Where(p => p.Age >= age).ToList();
}
, age .
gotchas: