System::Array::Clear method
Contents
[
Hide
]Array::Clear() method
Not supported because the array represented by the current object is read-only.
virtual void System::Array<T>::Clear() override
See Also
- Class Array
- Namespace System
- Library Aspose.PUB for C++
Array::Clear(const ArrayPtr<Type>&, int, int) method
Replaces count values starting at the startIndex index in the specified array with default values.
template<typename Type> static void System::Array<T>::Clear(const ArrayPtr<Type> &arr, int startIndex, int count)
Parameter | Description |
---|---|
Type | Type of elements in the target array |
Parameter | Type | Description |
---|---|---|
arr | const ArrayPtr<Type>& | Target array |
startIndex | int | Index at which to start replacing the items |
count | int | The number of items to replace |
See Also
- Typedef ArrayPtr
- Class Array
- Namespace System
- Library Aspose.PUB for C++