Does ArrayResize guarantee the safety of the array contents?

 
Hello,

Does the ArrayResize function guarantee the integrity of the contents of the array being resized, provided that it is an expansion of the array?

Does the same hold true for making the array smaller? If I resize to one element smaller, will it simply chop off the last element of the array?

Thanks very much,
CS
Reason: