ConstReverseBidirectionalIterator<TValue>.PointerDereference(ConstReverseBidirectionalIterator<TValue>) 运算符

定义

返回迭代器当前指向的元素。Returns the element that the iterator is currently pointing to.

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

参数

_Left
ConstReverseBidirectionalIterator<TValue>

应用该运算符的迭代器。The iterator that the operator is applied to.

返回

TValue

迭代器当前指向的元素。The element that the iterator is currently pointing to.

适用于