Поделиться через


ConstReverseRandomAccessIterator<TValue>.Assign Оператор

Определение

Присваивает заданный объект текущему.

Перегрузки

Assign(ConstReverseRandomAccessIterator<TValue>)

Присваивает заданный объект ConstReverseRandomAccessIterator<TValue> текущему.

Assign(ReverseRandomAccessIterator<TValue>)

Присваивает заданный объект ReverseRandomAccessIterator<TValue> текущему.

Assign(ConstReverseRandomAccessIterator<TValue>)

Присваивает заданный объект ConstReverseRandomAccessIterator<TValue> текущему.

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)

Параметры

_Right
ConstReverseRandomAccessIterator<TValue>

Объект ConstReverseRandomAccessIterator<TValue>, который присваивается текущему объекту.

Возвращаемое значение

Текущий объект (*this).

Применяется к

Assign(ReverseRandomAccessIterator<TValue>)

Присваивает заданный объект ReverseRandomAccessIterator<TValue> текущему.

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)

Параметры

_Right
ReverseRandomAccessIterator<TValue>

Объект ReverseRandomAccessIterator<TValue>, который присваивается текущему объекту.

Возвращаемое значение

Текущий объект (*this).

Применяется к