Daniel
0
Q:

how to convert func to predicate

Func<T, bool> func = expression.Compile();
Predicate<T> predicate = func.Invoke;
0

New to Communities?

Join the community