System::Collections::BitArray::CopyTo method
BitArray::CopyTo method
Copies data to existing array elements.
void System::Collections::BitArray::CopyTo(System::ArrayPtr<bool> array, int arrayIndex) override
Parameter | Type | Description |
---|---|---|
array | System::ArrayPtr<bool> | Destination array. |
arrayIndex | int | Destination array beginning index. |
See Also
- Typedef ArrayPtr
- Class BitArray
- Namespace System::Collections
- Library Aspose.PUB for C++