System::Collections::Generic::SortedList::GetEnumerator 方法

SortedList::GetEnumerator method

获取遍历当前列表的枚举器。

IEnumeratorPtr System::Collections::Generic::SortedList<TKey, TValue>::GetEnumerator() override

ReturnValue

指向新创建的枚举器的指针,该枚举器遍历当前列表。

另见