ComponentOne Bitmap for UWP
ToArray<T> Method (DXUtil)

C1.UWP.DX Assembly > C1.Util.DX Namespace > DXUtil Class : ToArray<T> Method
Type of the element
The enumerable source.
Transforms an System.Collections.Generic.IEnumerable`1 to an array of T.
Syntax
'Declaration
 
Public Shared Function ToArray(Of T)( _
   ByVal source As System.Collections.Generic.IEnumerable(Of T) _
) As T()
public static T[] ToArray<T>( 
   System.Collections.Generic.IEnumerable<T> source
)

Parameters

source
The enumerable source.

Type Parameters

T
Type of the element

Return Value

an array of T
See Also

Reference

DXUtil Class
DXUtil Members