array | T * | Pointer to the storage for the array |
count | uint | The number of elements in the array. Setting this value does NOT allocat storage. Be careful setting this and using Add() on the same Array. |
minAllocSize | uint |
size | uint | Set this property to allocate storage for the array |
minAllocSize | uint | Minimum number of elements for which storage is allocated in the array |