ConstReverseRandomAccessIterator<TValue>.Assign Operator

Definicja

Przypisuje dany obiekt do bieżącego obiektu.

Przeciążenia

Assign(ConstReverseRandomAccessIterator<TValue>)

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

Assign(ReverseRandomAccessIterator<TValue>)

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

Assign(ConstReverseRandomAccessIterator<TValue>)

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

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

Parametry

_Right
ConstReverseRandomAccessIterator<TValue>

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

Zwraca

Bieżący obiekt (*ten).

Dotyczy

Assign(ReverseRandomAccessIterator<TValue>)

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

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

Parametry

_Right
ReverseRandomAccessIterator<TValue>

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

Zwraca

Bieżący obiekt (*ten).

Dotyczy