System::Collections::ObjectModel::Collection::GetEnumerator メソッド
Collection::GetEnumerator method
コレクションを反復処理するための列挙子を取得します。
SharedPtr<Generic::IEnumerator<T>> System::Collections::ObjectModel::Collection<T>::GetEnumerator() override
ReturnValue
現在のコレクションを反復する列挙子を作成しました。
参照
- Typedef SharedPtr
- Class IEnumerator
- Class Collection
- Namespace System::Collections::ObjectModel
- Library Aspose.Page for C++