Namespace: Rx – Class: CRxArrayUShort – Header: Rx.Core/RxArrayTypes.h
CRxArrayUShort::Erase Method
C++
void Erase(size_t nPosition, size_t nCount)
Removes specified elements from the array.
Parameters
[size_t] nPosition |
The position. |
[size_t] nCount |
Number of elements to remove. |