System::Collections::Generic::BaseKVCollection::CopyTo method
BaseKVCollection::CopyTo method
Copia i dati negli elementi dell’array esistente.
virtual void System::Collections::Generic::BaseKVCollection<Dict, KV>::CopyTo(ArrayPtr<KV> arr, int index) override
| Parametro | Tipo | Descrizione |
|---|---|---|
| arr | ArrayPtr<KV> | Array di destinazione con dimensione sufficiente. |
| indice | int | Indice di partenza nell’array di destinazione. |
Vedi anche
- Typedef ArrayPtr
- Class BaseKVCollection
- Namespace System::Collections::Generic
- Library Aspose.Page for C++