System::Array::Init 方法
Array::Init method
用指定数组中的值填充当前对象表示的数组。
ArrayPtr<T> System::Array<T>::Init(const T inits[])
| Parameter | Type | 描述 |
|---|---|---|
| inits | const T | 用于复制值的数组 |
ReturnValue
指向当前对象的共享指针
另见
- Typedef ArrayPtr
- Class Array
- Namespace System
- Library Aspose.Page for C++