System::Memory::CopyTo method

Memory::CopyTo method

Copies the contents of this memory to the destination memory.

void System::Memory<T>::CopyTo(const Memory &destination)
ParameterTypeDescription
destinationconst Memory&The destination memory segment.

See Also