ChensHelpers
Chen.Helpers.CollectionHelpers.Extensions
Extensions.ToList<T>(T[]) Method
Converts an array into their List counterpart.
public static System.Collections.Generic.List<T> ToList<T>(this T[] array);
Type parameters
Parameters
array
T[]
The array to convert
Returns
System.Collections.Generic.List<T>
The List equivalent of the array.