LINQ_ToList()

IEnumerable::LINQ_ToList() method

Creates a List from a sequence.

System::SharedPtr<Collections::Generic::List<T>> System::Collections::Generic::IEnumerable<T>::LINQ_ToList()

Return Value

The list containing all elements of specified sequence.

See Also