Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

System.Collections.Generic.ListExtensions.ToArray

Morten Aune Lyrstad edited this page Apr 16, 2022 · 11 revisions

IndexNamespace IndexListExtensions

Summary

public static O[] ToArray<I, O>(this IList<I> collection, Func<I, O> selector)

Returns

O&#91]

Parameters

Clone this wiki locally