[]
        
(Showing Draft Content)

C1.Util.DX.DXUtil.ToArray

ToArray Method

ToArray<T>(IEnumerable<T>)

Transforms an IEnumerable<T> to an array of T.

Declaration
public static T[] ToArray<T>(IEnumerable<T> source)
Parameters
Type Name Description
IEnumerable<T> source

The enumerable source.

Returns
Type Description
T[]

an array of T

Type Parameters
Name Description
T

Type of the element