System::Collections::Specialized::NameValueCollection::CopyTo method
NameValueCollection::CopyTo method
Copia los elementos de la colección en elementos de matriz existentes.
void System::Collections::Specialized::NameValueCollection::CopyTo(System::ArrayPtr<String> array, int32_t arrayIndex) override
| Parámetro | Tipo | Descripción |
|---|---|---|
| array | System::ArrayPtr<String> | Matriz de destino. |
| arrayIndex | int32_t | Índice inicial de la matriz de destino. |
Ver también
- Typedef ArrayPtr
- Class String
- Class NameValueCollection
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++