System::Collections::Specialized::StringCollection::rbegin メソッド

StringCollection::rbegin() const method

逆転したコンテナの最初の要素へのリバースイテレータを返します。これは、逆転していないコンテナの最後の要素に対応します。コンテナが空の場合、返されるイテレータは rend() と等価です。

const_reverse_iterator System::Collections::Specialized::StringCollection::rbegin() const noexcept

ReturnValue

const 修飾されたコンテナの最後の要素を指すイテレータです。

参照

StringCollection::rbegin() method

逆転したコンテナの最初の要素へのリバースイテレータを返します。これは、逆転していないコンテナの最後の要素に対応します。コンテナが空の場合、返されるイテレータは rend() と等価です。

reverse_iterator System::Collections::Specialized::StringCollection::rbegin() noexcept

ReturnValue

コンテナの最後の要素を指すイテレータです。

参照