Generic C# Code and the Plus Operator [duplicate]

I ended up using Expressions, an approach outlined by Marc Gravell that I found by following links off of spinon’s comment.

https://jonskeet.uk/csharp/miscutil/usage/genericoperators.html

Leave a Comment