Sdílet prostřednictvím


ReverseBidirectionalIterator<TValue>.Assign Operátor

Definice

Přiřadí daný ReverseBidirectionalIterator<TValue> objekt aktuálnímu objektu.

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)

Parametry

_Right
ReverseBidirectionalIterator<TValue>

Objekt ReverseBidirectionalIterator<TValue> , který má být přiřazen aktuálnímu objektu.

Návraty

Aktuální objekt (*this).

Platí pro