ContainerBidirectionalIterator<TValue>.MemberSelection 操作员
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回迭代器当前指向的元素。
public:
static TValue % op_MemberSelection(Microsoft::VisualC::StlClr::Generic::ContainerBidirectionalIterator<TValue> ^ _Left);
public static ref TValue op_MemberSelection (Microsoft.VisualC.StlClr.Generic.ContainerBidirectionalIterator<TValue> _Left);
static member op_MemberSelection : Microsoft.VisualC.StlClr.Generic.ContainerBidirectionalIterator<'Value> -> 'Value
Public Shared op_MemberSelection (_Left As ContainerBidirectionalIterator(Of TValue)) As TValue
参数
应用该运算符的迭代器。
返回
TValue
迭代器当前指向的元素。