共用方式為


ConstReverseBidirectionalIterator<TValue>.Assign 運算子

定義

將指定的物件指派給目前的物件。

多載

Assign(ReverseBidirectionalIterator<TValue>)

將指定的 ReverseBidirectionalIterator<TValue> 物件指派給目前物件。

Assign(ConstReverseBidirectionalIterator<TValue>)

將指定的 ConstReverseBidirectionalIterator<TValue> 物件指派給目前物件。

Assign(ReverseBidirectionalIterator<TValue>)

將指定的 ReverseBidirectionalIterator<TValue> 物件指派給目前物件。

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)

參數

_Right
ReverseBidirectionalIterator<TValue>

要指派給目前物件的 ReverseBidirectionalIterator<TValue> 物件。

傳回

目前的物件 (*this)。

適用於

Assign(ConstReverseBidirectionalIterator<TValue>)

將指定的 ConstReverseBidirectionalIterator<TValue> 物件指派給目前物件。

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)

參數

傳回

目前的物件 (*this)。

適用於