IList<TValue>.rend(ReverseBidirectionalIterator<TValue>) 方法

定義

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

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 結尾,但是,如果受控制序列的長度變更,它的狀態也可以變更。

備註

如需詳細資訊,請參閱 list::rend (STL/CLR)

適用於