For example, let's say I have a method that takes the following as a parameter:
Expression<Func<T, object>> path
How do I determine the type of the 'object' specified in the expression? More specifically, I'd like to determine if it's a collection type (eg. IEnumerable
)