Bitmap for WPF
ToArray<T> メソッド (DXUtil)

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 > DXUtil クラス : ToArray<T> メソッド
Type of the element
The enumerable source.
Transforms an System.Collections.Generic.IEnumerable`1to an array of T.
シンタックス
'宣言
 
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
)

パラメータ

source
The enumerable source.

型パラメータ

T
Type of the element

戻り値の型

an array of T
参照

DXUtil クラス
DXUtil メンバ