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