nIndex | 一个整数索引值,它应大于或等于0,并小于或等于GetUpperBound的返回值。 |
nCount | 将要删除的元素数。 |
类 | 成员函数 |
CByteArray | void RemoveAt( int nIndex, int nCount = 1 ); |
CDWordArray | void RemoveAt( int nIndex, int nCount = 1 ); |
CPtrArray | void RemoveAt( int nIndex, int nCount = 1 ); |
CStringArray | void RemoveAt( int nIndex, int nCount = 1 ); |
CUIntArray | void RemoveAt( int nIndex, int nCount = 1 ); |
CWordArray | void RemoveAt( int nIndex, int nCount = 1 ); |