ConstReverseBidirectionalIterator<TValue>.MemberSelection Opérateur

Définition

Retourne l'élément sur lequel l'itérateur pointe actuellement.

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

Paramètres

_Left
ConstReverseBidirectionalIterator<TValue>

Itérateur sur lequel l'opérateur est appliqué.

Retours

TValue

Élément sur lequel l'itérateur pointe actuellement.

S’applique à