Click or drag to resize

IEnumerableExtensionsToArrayT Method

Converts a IEnumerable to an array

Namespace:  Cauldron.Collections
Assembly:  Cauldron.Collections (in Cauldron.Collections.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public T[] ToArray<T>()

Type Parameters

T
The type of elements the IEnumerable contains

Return Value

Type: T
An array of T
See Also