System::Collections::Generic::SortedDictionary::rend メソッド

SortedDictionary::rend() const method

const 修飾されたコレクションの開始前に存在しない要素に対する逆イテレータを取得します。

const_reverse_iterator System::Collections::Generic::SortedDictionary<TKey, TValue>::rend() const noexcept

ReturnValue

const 修飾されたマップの最初の要素の前にある理論上の要素を指す逆イテレータ(逆順で最後)。

参照

SortedDictionary::rend() method

コレクションの開始前に存在しない要素に対する逆イテレータを取得します。

reverse_iterator System::Collections::Generic::SortedDictionary<TKey, TValue>::rend() noexcept

ReturnValue

マップの最初の要素の前にある理論上の要素を指す逆イテレータ(逆順で最後)。

参照