ConstReverseRandomAccessIterator<TValue>.Assign Operator
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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
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
Obiekt ReverseRandomAccessIterator<TValue> do przypisania do bieżącego obiektu.
Zwraca
Bieżący obiekt (*ten).