Lire en anglais Modifier

Partager via


CollectionExtensions.CopyTo<T>(List<T>, Span<T>) Method

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Copies the entire List<T> to a span.

C#
public static void CopyTo<T>(this System.Collections.Generic.List<T> list, Span<T> destination);

Type Parameters

T

The type of elements in the list.

Parameters

list
List<T>

The list from which the elements are copied.

destination
Span<T>

The span that is the destination of the elements copied from list.

Exceptions

The list is null.

The number of elements in the source List<T> is greater than the number of elements that the destination span can contain.

Applies to

Produit Versions
.NET 8, 9, 10