Given an object possibly containing an IEnumerable<T>, how would I check that an IEnumerable<T> property exists, and if it does, loop over all values in that IEnumerable<T> using reflection, for any T?
Given an object possibly containing an IEnumerable<T> , how would I check that an
Share
1 Answer