get_Span()

ReadOnlyMemory::get_Span() const method

Gets a read-only span that represents the current memory.

ReadOnlySpan<T> System::ReadOnlyMemory<T>::get_Span() const

Return Value

A read-only span over the memory segment.

See Also