Share via


ConstReverseRandomAccessIterator<TValue>.MemberSelection Operador

Definición

Devuelve el elemento al que el iterador apunta actualmente.

public:
 static TValue % op_MemberSelection(Microsoft::VisualC::StlClr::Generic::ConstReverseRandomAccessIterator<TValue> ^ _Left);
public static ref TValue op_MemberSelection (Microsoft.VisualC.StlClr.Generic.ConstReverseRandomAccessIterator<TValue> _Left);
static member op_MemberSelection : Microsoft.VisualC.StlClr.Generic.ConstReverseRandomAccessIterator<'Value> -> 'Value
Public Shared op_MemberSelection (_Left As ConstReverseRandomAccessIterator(Of TValue)) As TValue

Parámetros

_Left
ConstReverseRandomAccessIterator<TValue>

Iterador al que se aplica el operador.

Devoluciones

TValue

Elemento al que el iterador apunta actualmente.

Se aplica a