System::Array::Init method
Array::Init method
Llena la matriz representada por el objeto actual con los valores de la matriz especificada.
ArrayPtr<T> System::Array<T>::Init(const T inits[])
| Parámetro | Tipo | Descripción |
|---|---|---|
| inicializaciones | const T | El array del cual copiar los valores |
ReturnValue
Un puntero compartido que apunta al objeto actual
Ver también
- Typedef ArrayPtr
- Class Array
- Namespace System
- Library Aspose.PDF for C++