ConstReverseRandomAccessIterator<TValue>.Assign Operator

Definition

Assigns a given object to the current object.

Overloads

Assign(ConstReverseRandomAccessIterator<TValue>)

Assigns the given ConstReverseRandomAccessIterator<TValue> object to the current object.

Assign(ReverseRandomAccessIterator<TValue>)

Assigns the given ReverseRandomAccessIterator<TValue> object to the current object.

Assign(ConstReverseRandomAccessIterator<TValue>)

Assigns the given ConstReverseRandomAccessIterator<TValue> object to the current object.

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)

Parameters

_Right
ConstReverseRandomAccessIterator<TValue>

The ConstReverseRandomAccessIterator<TValue> object to assign to the current object.

Returns

The current object (*this).

Applies to

Assign(ReverseRandomAccessIterator<TValue>)

Assigns the given ReverseRandomAccessIterator<TValue> object to the current object.

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)

Parameters

_Right
ReverseRandomAccessIterator<TValue>

The ReverseRandomAccessIterator<TValue> object to assign to the current object.

Returns

The current object (*this).

Applies to