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

Элемент, на который в данный момент указывает итератор.

Применяется к