ContainerRandomAccessIterator<TValue>.Assign(ContainerRandomAccessIterator<TValue>) Operador

Definição

Atribui o objeto ContainerRandomAccessIterator<TValue> determinado ao objeto atual.Assigns the given ContainerRandomAccessIterator<TValue> object to the current object.

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)

Parâmetros

_Right
ContainerRandomAccessIterator<TValue>

O objeto ContainerRandomAccessIterator<TValue> a ser atribuído ao objeto atual.The ContainerRandomAccessIterator<TValue> object to assign to the current object.

Retornos

ContainerRandomAccessIterator<TValue>

O objeto atual (*este).The current object (*this).

Aplica-se a