Bridge

Script..::..ToArray<(Of <(<'T>)>)> Method

Namespace:  Bridge
Assembly:  Bridge (in Bridge.dll)

Syntax


public static T[] ToArray<T>(
	IEnumerable<T> items
)
Public Shared Function ToArray(Of T) ( _
	items As IEnumerable(Of T) _
) As T()
public:
generic<typename T>
static array<T>^ ToArray(
	IEnumerable<T>^ items
)

Type Parameters

T

Parameters

items
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'T>)>)>