In my code, I create an array of objects. Those objects come from WCF.
var people = GetPeopleFromWCF().ToArray();