{
var array = new T[Count];
for (var i = 0; i < Count; i++)
archetype.Preprocess(array[i]);
}
return array;