ContainerBidirectionalIterator<TValue>.MemberSelection 연산자

정의

반복기가 현재 가리키고 있는 요소를 반환합니다.

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

매개 변수

_Left
ContainerBidirectionalIterator<TValue>

연산자가 적용되는 반복기입니다.

반환

TValue

반복기가 현재 가리키고 있는 요소입니다.

적용 대상