EnumerableExt..::..ToCollection<(Of <(<'T>)>)> Method

To the collection.

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

Syntax


public static Collection<T> ToCollection<T>(
	IEnumerable<T> enumerable
)

Type Parameters

T

Parameters

enumerable
Type: IEnumerable<(Of <(<'T>)>)>
The enumerable.

Return Value

Collection<T>.