Clear()
Array::Clear() method
Not supported because the array represented by the current object is read-only.
virtual void System::Array<T>::Clear() override
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)
Template parameters
Parameter | Description |
---|---|
Type | Type of elements in the target array |
Arguments
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
- Method Type
- Class Array
- Namespace System
- Library Aspose.Slides