ConstReverseBidirectionalIterator<TValue>.MemberSelection(ConstReverseBidirectionalIterator<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_MemberSelection(Microsoft::VisualC::StlClr::Generic::ConstReverseBidirectionalIterator<TValue> ^ _Left);
public static ref TValue op_MemberSelection (Microsoft.VisualC.StlClr.Generic.ConstReverseBidirectionalIterator<TValue> _Left);
static member op_MemberSelection : Microsoft.VisualC.StlClr.Generic.ConstReverseBidirectionalIterator<'Value> -> 'Value
Public Shared op_MemberSelection (_Left As ConstReverseBidirectionalIterator(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.