✅ Getting multiple return values from a method called using InvokeMember
So I'm using InvokeMember to call methods on a variety of different objects, all of which use a tuple return type to return multiple values. The issue I'm having is when one of these methods does return the multiple values, I'm getting an InvalidCastException. This is the implementation I've got for the InvokeMember - is it possible to use Tuple return types with InvokeMember, or am I just doing it wrong here?
