System::Array::Init method
Array::Init 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[])
Parameter | Type | Description |
---|---|---|
inits | const T | The array to copy the values from |
ReturnValue
A shared pointer pointing to the current object
See Also
- Typedef ArrayPtr
- Class Array
- Namespace System
- Library Aspose.PUB for C++