Nemerle Documentation

NArray.FromList Method 

Converts a list into an array. (it doesn't work too well in current type system)

public static object[] FromList(
   Type t,
   list x
);

See Also

NArray Class | Nemerle.Utility Namespace