ConstContainerRandomAccessIterator<TValue>.MemberSelection(ConstContainerRandomAccessIterator<TValue>) 运算符

定义

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

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

参数

_Left
ConstContainerRandomAccessIterator<TValue>

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

返回

TValue

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

适用于