ConstReverseBidirectionalIterator<TValue>.MemberSelection Operator

Definitie

Retourneert het element waarnaar de iterator momenteel verwijst.

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

Parameters

_Left
ConstReverseBidirectionalIterator<TValue>

De iterator waarop de operator wordt toegepast.

Retouren

TValue

Het element waarnaar de iterator momenteel verwijst.

Van toepassing op