ContainerBidirectionalIterator<TValue>.Assign Operator

Definitie

Hiermee wijst u het opgegeven ContainerBidirectionalIterator<TValue> object toe aan het huidige object.

public:
 Microsoft::VisualC::StlClr::Generic::ContainerBidirectionalIterator<TValue> ^ op_Assign(Microsoft::VisualC::StlClr::Generic::ContainerBidirectionalIterator<TValue> ^ _Right);
public Microsoft.VisualC.StlClr.Generic.ContainerBidirectionalIterator<TValue> op_Assign(Microsoft.VisualC.StlClr.Generic.ContainerBidirectionalIterator<TValue> _Right);
member this.op_Assign : Microsoft.VisualC.StlClr.Generic.ContainerBidirectionalIterator<'Value> -> Microsoft.VisualC.StlClr.Generic.ContainerBidirectionalIterator<'Value>
Public op_Assign (_Right As ContainerBidirectionalIterator(Of TValue)) As ContainerBidirectionalIterator(Of TValue)

Parameters

_Right
ContainerBidirectionalIterator<TValue>

Het ContainerBidirectionalIterator<TValue> object dat moet worden toegewezen aan het huidige object.

Retouren

Het huidige object (*dit).

Van toepassing op