It loads the data into a type, and then copies that data into a standard array.
So when you go to use the array for other things, it will have no reference to the type.
I appreciate snb's suggestion, but it just seems like extra steps that are not nescessary.
I may as well save time and put the data straight into the array.