Init()
Array::Init(const T) method
Fills the array represented by the current object with the values from the specified array.
ArrayPtr<T> System::Array<T>::Init(const T inits[])
Arguments
Parameter | Type | Description |
---|---|---|
inits | const T | The array to copy the values from |
Return Value
A shared pointer pointing to the current object
See Also
- Typedef ArrayPtr
- Class Array
- Namespace System
- Library Aspose.Slides