PooledList<T>.

Span Property

Summary

Gets a Span<T> for the items currently in the collection.
Namespace
Avalonia.Collections.Pooled
Containing Type
PooledList<T>

Syntax

public Span<T> Span { get; }

Value

Type Description
Span<T>