IReadOnlyPooledList<T>.

Span Property

Summary

Gets a ReadOnlySpan<T> for the items currently in the collection.

Syntax

ReadOnlySpan<T> Span { get; }

Value

Type Description
ReadOnlySpan<T>