System::Array::Init 方法

Array::Init method

用指定数组中的值填充当前对象表示的数组。

ArrayPtr<T> System::Array<T>::Init(const T inits[])
参数类型描述
初始化const T要从中复制值的数组

ReturnValue

指向当前对象的共享指针

另见