IList<TValue>.rend(ReverseBidirectionalIterator<TValue>) Método

Definição

Designa o fim da sequência controlada invertida.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

Parâmetros

Comentários

Para obter mais informações, consulte list:: rend (STL/CLR).For more information, see list::rend (STL/CLR).

Aplica-se a