System::Collections::Generic::IEnumerable::LINQ_ToList method

IEnumerable::LINQ_ToList method

Creates a List from a sequence.

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

ReturnValue

The list containing all elements of specified sequence.

See Also