[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Changes the number of elements of an array to the specified new size. [Property] NewSize=Sets the size of the new array. ARG(int)|1|0 ElementType=Sets the Type of the Value to resize. ARG(Type)|20|(empty)|Type [Methods] doResize=Changes the number of elements of an array to the specified new size. ARG(ref T[] Array, int NewSize)|1|0 Array=Defines the one-dimensional, zero-based array to resize, or null to create a new array with the specified size. ARG(T[])|4|13 NewSize=Defines the size of the new array. ARG(int)|4|1