namespace System { delegate bool Predicate(T val); }