IDeque<TValue>.rend(ReverseRandomAccessIterator<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::ReverseRandomAccessIterator<TValue> ^ % );
public void rend (ref Microsoft.VisualC.StlClr.Generic.ReverseRandomAccessIterator<TValue> );
abstract member rend : ReverseRandomAccessIterator -> unit
Public Function rend (ByRef As ReverseRandomAccessIterator(Of TValue)) As Void
Parâmetros
Comentários
Para obter mais informações, consulte deque:: rend (STL/CLR).For more information, see deque::rend (STL/CLR).