System::Memory::TryCopyTo method

Memory::TryCopyTo method

Attempts to copy the contents of this memory to the destination memory.

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

ReturnValue

True if the copy succeeded; otherwise, false.

See Also