LINQ_ToArray()

IEnumerable::LINQ_ToArray() method

Creates an array from a sequence.

System::ArrayPtr<T> System::Collections::Generic::IEnumerable<T>::LINQ_ToArray()

Return Value

Array that contains all elements of current sequence.

See Also