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

ParameterTypeDescription
initsconst TThe array to copy the values from

Return Value

A shared pointer pointing to the current object

See Also