ReverseBidirectionalIterator<TValue>.MemberSelection 演算子

定義

反復子が現在指している要素への参照を返します。

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

パラメーター

_Left
ReverseBidirectionalIterator<TValue>

演算子が適用される反復子。

戻り値

TValue

反復子が現在指している要素。

適用対象