System::Collections::Generic::IEnumerable::LINQ_ToArray 方法

IEnumerable::LINQ_ToArray method

从序列创建数组。

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

ReturnValue

Array that contains all elements of current sequence.

另见