convert array to list Unity C#

C#
 List<> someList = new List(someArray);
Source

Also in C#: