ConstContainerBidirectionalIterator<TValue>.MemberSelection 运算符

定义

返回迭代器当前指向的元素。

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

参数

_Left
ConstContainerBidirectionalIterator<TValue>

应用该运算符的迭代器。

返回

TValue

迭代器当前指向的元素。

适用于