IHash<TKey,TValue>.rend 方法

定義

指定反向受控制序列的結尾。

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

參數

unnamedParam1
ReverseBidirectionalIterator<TValue>

反向 Iterator,指向超出受控制序列的開頭。 因此,它會指定反向序列的 end。 您會用它來取得 Iterator,用以指定以反向順序顯示之受控制序列的 current 結尾。 如果受控制的序列長度變更,它的狀態也會變更。

備註

如需詳細資訊,請參閱 hash_map::rend (STL/CLR) hash_multimap::rend (STL/CLR) hash_set::rend (STL/CLR) hash_multiset::rend (STL/CLR)

適用於