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

IEnumerable::LINQ_ToList method

从序列创建一个 List

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

ReturnValue

包含指定序列所有元素的列表。

另见