Click or drag to resize

IEnumerableExtensionsToListT Method

Namespace:  Cauldron.Collections
Assembly:  Cauldron.Collections (in Cauldron.Collections.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public List<T> ToList<T>()

Type Parameters

T
The type of the elements of source.

Return Value

Type: ListT
A ListT that contains elements from the input sequence.
See Also