List.ofSeq<'T> Function (F#)
Visual Studio 2010
Updated: August 2010
Creates a new list from the given enumerable object.
Namespace/Module Path: Microsoft.FSharp.Collections.List
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signature: List.ofSeq : seq<'T> -> 'T list // Usage: List.ofSeq source
