Scenario:
I\'m currently writing a layer to abstract 3 similar webservices into one useable class. Each webservice exposes a set of objects that share commonality. I hav
You can't convert an array like that - it's returning an array of objects, which is different from an object. Try Array.ConvertAll