System::Collections::Specialized::StringCollection::crbegin method

StringCollection::crbegin method

逆転されたコンテナの最初の要素への逆イテレータを返します。これは、逆転されていないコンテナの最後の要素に対応します。コンテナが空の場合、返されるイテレータは crend() と同じになります。

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

ReturnValue

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

参照