Share via


ConstContainerRandomAccessIterator<TValue>.Assign 运算符

定义

将给定对象分配给当前对象。

重载

Assign(ContainerRandomAccessIterator<TValue>)

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

Assign(ConstContainerRandomAccessIterator<TValue>)

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

Assign(ContainerRandomAccessIterator<TValue>)

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

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

参数

返回

当前对象 (*this)。

适用于

Assign(ConstContainerRandomAccessIterator<TValue>)

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

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

参数

返回

当前对象 (*this)。

适用于