PooledList<T>.

CopyTo(Span<T>) Method

Summary

Copies this list to the given span.
Namespace
Avalonia.Collections.Pooled
Containing Type
PooledList<T>

Syntax

public void CopyTo(Span<T> span)

Parameters

Name Type Description
span Span<T>

Return Value

Type Description
void