MemoryManager<T>.GetSpan Method

Definition

Returns a memory span that wraps the underlying memory buffer.

public:
 abstract Span<T> GetSpan();
public abstract Span<T> GetSpan ();
abstract member GetSpan : unit -> Span<'T>
Public MustOverride Function GetSpan () As Span(Of T)

Returns

A memory span that wraps the underlying memory buffer.

Applies to