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)。

适用于