System::Collections::Generic::LinkedList::Enumerator::Enumerator constructor
Enumerator::Enumerator constructor
创建枚举器。
System::Collections::Generic::LinkedList<T>::Enumerator::Enumerator(const SharedPtr<LinkedList<T>> &list)
| 参数 | 类型 | 描述 |
|---|---|---|
| list | const SharedPtr<LinkedList<T>>& | 用于遍历的 List。 |
另见
- Typedef SharedPtr
- Class LinkedList
- Class Enumerator
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Font for C++