ContainerRandomAccessIterator<TValue>.Assign 操作员
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将给定 ContainerRandomAccessIterator<TValue> 对象分配给当前对象。
public:
Microsoft::VisualC::StlClr::Generic::ContainerRandomAccessIterator<TValue> ^ op_Assign(Microsoft::VisualC::StlClr::Generic::ContainerRandomAccessIterator<TValue> ^ _Right);
public Microsoft.VisualC.StlClr.Generic.ContainerRandomAccessIterator<TValue> op_Assign (Microsoft.VisualC.StlClr.Generic.ContainerRandomAccessIterator<TValue> _Right);
member this.op_Assign : Microsoft.VisualC.StlClr.Generic.ContainerRandomAccessIterator<'Value> -> Microsoft.VisualC.StlClr.Generic.ContainerRandomAccessIterator<'Value>
Public op_Assign (_Right As ContainerRandomAccessIterator(Of TValue)) As ContainerRandomAccessIterator(Of TValue)
参数
要分配给当前对象的 ContainerRandomAccessIterator<TValue> 对象。
返回
当前对象 (*this)。