ReverseRandomAccessIterator<TValue>.Assign Operator

Definicja

Przypisuje dany ReverseRandomAccessIterator<TValue> obiekt do bieżącego obiektu.

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)

Parametry

_Right
ReverseRandomAccessIterator<TValue>

Obiekt ReverseRandomAccessIterator<TValue> do przypisania do bieżącego obiektu.

Zwraca

Bieżący obiekt (*ten).

Dotyczy