System::Collections::Generic::IEnumerable::end メソッド

IEnumerable::end() method

コレクションの最後の要素(存在する場合)の直後を指すイテレータを取得します。このイテレータは、GetEnumerator() が T のコピーオブジェクトを返すため、参照されたオブジェクトを変更するために使用できません。

iterator System::Collections::Generic::IEnumerable<T>::end()

ReturnValue

コレクションの最後の要素(存在する場合)の直後を指すイテレータ

参照

IEnumerable::end() const method

const 修飾されたコレクションインスタンスの最後の要素(存在する場合)の直後を指すイテレータを取得します。

const_iterator System::Collections::Generic::IEnumerable<T>::end() const

ReturnValue

コレクションの const 修飾インスタンスの最後の要素(存在する場合)の直後を指すイテレータ

参照