I am looking for something like Action but I want it to be
delegate U ReturnAction<T,U>(T param);
Is there already a system delegate for this? I just don't want to reinvent the wheel. I did the same thing when I first needed a Predicate and then realized it existed.