System::Memory::operator ReadOnlyMemory< T > method

Memory::operator ReadOnlyMemory< T > method

Implicitly converts Memory to ReadOnlyMemory.

System::Memory<T>::operator ReadOnlyMemory<T>() const

ReturnValue

A ReadOnlyMemory object that represents the same memory segment.

See Also