operator ReadOnlyMemory< T >()

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

Implicitly converts Memory to ReadOnlyMemory.

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

Return Value

A ReadOnlyMemory object that represents the same memory segment.

See Also