System::Collections::Generic::SortedDictionary::rbegin 메서드

SortedDictionary::rbegin() const method

const 한정 컬렉션의 마지막 요소에 대한 역방향 반복자를 가져옵니다 (역방향에서 첫 번째).

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

ReturnValue

const 한정 맵의 마지막 요소(역순의 첫 번째)를 가리키는 역방향 반복자.

또 보기

SortedDictionary::rbegin() method

컬렉션의 마지막 요소에 대한 역방향 반복자를 가져옵니다 (역방향에서 첫 번째).

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

ReturnValue

맵의 마지막 요소(역순의 첫 번째)를 가리키는 역방향 반복자.

또 보기