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
ParameterTypeDescription
arraySystem::ArrayPtr<bool>Destination array.
arrayIndexintDestination array beginning index.

See Also