CopyTo()

Memory::CopyTo(const Memory&) method

Copies the contents of this memory to the destination memory.

void System::Memory<T>::CopyTo(const Memory &destination)

Arguments

ParameterTypeDescription
destinationconst Memory&The destination memory segment.

See Also