List.toArray<'T> Function (F#)
Visual Studio 2012
Creates an array from the given list.
Namespace/Module Path: Microsoft.FSharp.Collections.List
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signature: List.toArray : 'T list -> 'T [] // Usage: List.toArray list