F# convert generic.List to list

C#
#List.ofSeq : seq<'T> -> 'T list
let a = 
	_list
    |> List.ofSeq
Source

Also in C#: