ReverseBidirectionalIterator<TValue>.Assign Operator

Definition

Assigns the given ReverseBidirectionalIterator<TValue> object to the current object.

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

Parameters

_Right
ReverseBidirectionalIterator<TValue>

The ReverseBidirectionalIterator<TValue> object to assign to the current object.

Returns

The current object (*this).

Applies to