Is there a short way of converting a strongly typed List to an Array of the same type, e.g.: List to MyClass[]
List
MyClass[]
To go twice as fast by using multiple processor cores HPCsharp nuget package provides:
list.ToArrayPar();