System::Collections::Generic::IEnumerable::end メソッド
IEnumerable::end() method
コレクションの最後の要素(存在する場合)の直後を指すイテレータを取得します。このイテレータは、GetEnumerator() が T のコピーオブジェクトを返すため、参照されたオブジェクトを変更するために使用できません。
iterator System::Collections::Generic::IEnumerable<T>::end()
ReturnValue
コレクションの最後の要素(存在する場合)の直後を指すイテレータ
参照
- Typedef iterator
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
IEnumerable::end() const method
const 修飾されたコレクションインスタンスの最後の要素(存在する場合)の直後を指すイテレータを取得します。
const_iterator System::Collections::Generic::IEnumerable<T>::end() const
ReturnValue
コレクションの const 修飾インスタンスの最後の要素(存在する場合)の直後を指すイテレータ
参照
- Typedef const_iterator
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Page for C++