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

適用於