© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•4y ago•
29 replies
n8ta

Combine two Expression Func [Answered]

I have two
Expression<Func<A,A>>
Expression<Func<A,A>>
. I want to combine them into a single
Expression<Func<A,A>>
Expression<Func<A,A>>
that runs the output of the first through the second. How can I do that?
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

❔ Expression<Func> using Reflection
C#CC# / help
3y ago
Combining func reference behavior [Answered]
C#CC# / help
4y ago
❔ Combine two arrays by alternating items?
C#CC# / help
3y ago