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[])
ParameterTypeDescription
initsconst TThe array to copy the values from

ReturnValue

A shared pointer pointing to the current object

See Also