| IEnumerableExtensionsToListT Method |
Namespace:
Cauldron.Collections
Assembly:
Cauldron.Collections (in Cauldron.Collections.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax public List<T> ToList<T>()
Type Parameters
- T
- The type of the elements of source.
Return Value
Type:
ListTA
ListT that contains elements from the input sequence.
See Also