ConstContainerBidirectionalIterator<TValue>.Assign Operator

Definition

Assigns a given object to the current object.

Overloads

Assign(ContainerBidirectionalIterator<TValue>)

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

Assign(ConstContainerBidirectionalIterator<TValue>)

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

Assign(ContainerBidirectionalIterator<TValue>)

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

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

Parameters

_Right
ContainerBidirectionalIterator<TValue>

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

Returns

The current object (*this).

Applies to

Assign(ConstContainerBidirectionalIterator<TValue>)

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

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

Parameters

Returns

The current object (*this).

Applies to