System::Collections::Generic::LinkedList::Enumerator::Enumerator constructor

Enumerator::Enumerator constructor

创建枚举器。

System::Collections::Generic::LinkedList<T>::Enumerator::Enumerator(const SharedPtr<LinkedList<T>> &list)
参数类型描述
listconst SharedPtr<LinkedList<T>>&用于遍历的 List

另见