System::Collections::CollectionBase::GetEnumerator 方法
CollectionBase::GetEnumerator method
返回一个遍历集合实例的枚举器。
SharedPtr<Generic::IEnumerator<T>> System::Collections::CollectionBase<T>::GetEnumerator() override
ReturnValue
用于集合实例的 IEnumerator。
另见
- Typedef SharedPtr
- Class IEnumerator
- Class CollectionBase
- Namespace System::Collections
- Library Aspose.Page for C++