ReverseRandomAccessIterator<TValue>.Assign 运算符

定义

将给定 ReverseRandomAccessIterator<TValue> 对象分配给当前对象。

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

参数

_Right
ReverseRandomAccessIterator<TValue>

要分配给当前对象的 ReverseRandomAccessIterator<TValue> 对象。

返回

当前对象 (*this)。

适用于