ReverseRandomAccessIterator<TValue>.PointerDereference(ReverseRandomAccessIterator<TValue>) Operador
Definição
Retorna o elemento para o qual o iterador está apontando no momento.Returns the element that the iterator is currently pointing to.
public:
static TValue % op_PointerDereference(Microsoft::VisualC::StlClr::Generic::ReverseRandomAccessIterator<TValue> ^ _Left);
public static ref TValue op_PointerDereference (Microsoft.VisualC.StlClr.Generic.ReverseRandomAccessIterator<TValue> _Left);
static member op_PointerDereference : Microsoft.VisualC.StlClr.Generic.ReverseRandomAccessIterator<'Value> -> 'Value
Public Shared op_PointerDereference (_Left As ReverseRandomAccessIterator(Of TValue)) As TValue
Parâmetros
O iterador ao qual o operador é aplicado.The iterator that the operator is applied to.
Retornos
- TValue
O elemento para o qual o iterador está apontando no momento.The element that the iterator is currently pointing to.