ConstReverseBidirectionalIterator<TValue>.Assign Operator

Definition

Tilldelar ett angivet objekt till det aktuella objektet.

Överlagringar

Name Description
Assign(ReverseBidirectionalIterator<TValue>)

Tilldelar det angivna ReverseBidirectionalIterator<TValue> objektet till det aktuella objektet.

Assign(ConstReverseBidirectionalIterator<TValue>)

Tilldelar det angivna ConstReverseBidirectionalIterator<TValue> objektet till det aktuella objektet.

Assign(ReverseBidirectionalIterator<TValue>)

Tilldelar det angivna ReverseBidirectionalIterator<TValue> objektet till det aktuella objektet.

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

Parametrar

_Right
ReverseBidirectionalIterator<TValue>

Objektet ReverseBidirectionalIterator<TValue> som ska tilldelas till det aktuella objektet.

Returer

Det aktuella objektet (*detta).

Gäller för

Assign(ConstReverseBidirectionalIterator<TValue>)

Tilldelar det angivna ConstReverseBidirectionalIterator<TValue> objektet till det aktuella objektet.

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

Parametrar

_Right
ConstReverseBidirectionalIterator<TValue>

Objektet ConstReverseBidirectionalIterator<TValue> som ska tilldelas till det aktuella objektet.

Returer

Det aktuella objektet (*detta).

Gäller för