Transforms an System.Collections.Generic.IEnumerable`1to an array of T.
シンタックス
'宣言
Public Shared Function ToArray(Of )( _
ByVal As System.Collections.Generic.IEnumerable(Of T) _
) As
public static ToArray<>(
System.Collections.Generic.IEnumerable<T>
)
パラメータ
- source
- The enumerable source.
型パラメータ
- T
- Type of the element
戻り値の型
an array of T
参照