| 1. | The initial size of the internal array in bytes 内部数组的初始大小(以字节为单位) 。 |
| 2. | The capacity is automatically increased as required by reallocating the internal array 添加元素时,将通过重新分配内部数组来根据需要自动增大容量。 |
| 3. | When the value of capacity is set explicitly , the internal array is also reallocated to accommodate the specified capacity 的值显式设置,则内部数组也需要重新分配以容纳指定的容量。 |
| 4. | The selected items are assigned to an internal array , which is then processed to add the corresponding controls to the web page 所选项被分配给一个内部数组,然后对该数组进行处理,以便向网页添加相应的控件。 |
| 5. | While adding elements , the capacity is increased by automatically reallocating the internal array before copying the old elements and adding the new elements ,则通过在复制旧元素和添加新元素之前自动重新分配内部数组来增加容量。 |
| 6. | While adding elements , the capacity is automatically increased by reallocating the internal array before copying the old elements and adding the new elements ,则通过在复制旧元素和添加新元素之前重新分配内部数组来自动增大容量。 |
| 7. | Is increased by automatically reallocating the internal array , and the existing elements are copied to the new array before the new element is added 已经等于容量,则在添加新元素之前,会通过自动重新分配内部数组并将现有元素复制到新数组中,来增加 |
| 8. | Count property already equals the capacity of the list , the capacity is doubled by automatically reallocating the internal array before the new element is inserted 属性已经等于列表的容量,则通过自动重新分配内部数组(在插入新元素之前)使列表容量加倍。 |
| 9. | Count exceeds the capacity while adding elements , the capacity is increased by automatically reallocating the internal array before copying the old elements and adding the new elements 超过容量,则通过在复制旧元素和添加新元素之前自动重新分配内部数组来增加容量。 |
| 10. | Count exceeds the capacity while adding elements , the capacity is automatically increased by reallocating the internal array before copying the old elements and adding the new elements 超过容量,则通过在复制旧元素和添加新元素之前重新分配内部数组来使容量自动增加。 |