IHash<TKey,TValue>.rend(ReverseBidirectionalIterator<TValue>) 方法

定义

指定反向受控序列的末尾。Designates the end of the reversed controlled sequence.

public:
 void ^ rend(Microsoft::VisualC::StlClr::Generic::ReverseBidirectionalIterator<TValue> ^ % );
public void rend (ref Microsoft.VisualC.StlClr.Generic.ReverseBidirectionalIterator<TValue> );
abstract member rend : ReverseBidirectionalIterator -> unit
Public Function rend (ByRef  As ReverseBidirectionalIterator(Of TValue)) As Void

参数

注解

有关详细信息,请 参阅 _ hash map:: REND (STL/clr) hash _ 多重映射:: rend (stl/clr) hash _ set:: rend (stl/clr) ,以及 哈希 _ 多重集:: rend (stl/clr) For more information, see hash_map::rend (STL/CLR), hash_multimap::rend (STL/CLR), hash_set::rend (STL/CLR), and hash_multiset::rend (STL/CLR).

适用于