ConstContainerRandomAccessIterator<TValue>.Assign Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Assigns a given object to the current object.
Overloads
Assign(ContainerRandomAccessIterator<TValue>) |
Assigns the given ContainerRandomAccessIterator<TValue> object to the current object. |
Assign(ConstContainerRandomAccessIterator<TValue>) |
Assigns the given ConstContainerRandomAccessIterator<TValue> object to the current object. |
Assign(ContainerRandomAccessIterator<TValue>)
Assigns the given ContainerRandomAccessIterator<TValue> object to the current object.
public:
Microsoft::VisualC::StlClr::Generic::ConstContainerRandomAccessIterator<TValue> ^ op_Assign(Microsoft::VisualC::StlClr::Generic::ContainerRandomAccessIterator<TValue> ^ _Right);
public Microsoft.VisualC.StlClr.Generic.ConstContainerRandomAccessIterator<TValue> op_Assign (Microsoft.VisualC.StlClr.Generic.ContainerRandomAccessIterator<TValue> _Right);
member this.op_Assign : Microsoft.VisualC.StlClr.Generic.ContainerRandomAccessIterator<'Value> -> Microsoft.VisualC.StlClr.Generic.ConstContainerRandomAccessIterator<'Value>
Public op_Assign (_Right As ContainerRandomAccessIterator(Of TValue)) As ConstContainerRandomAccessIterator(Of TValue)
Parameters
The ContainerRandomAccessIterator<TValue> object to assign to the current object.
Returns
The current object (*this).
Applies to
Assign(ConstContainerRandomAccessIterator<TValue>)
Assigns the given ConstContainerRandomAccessIterator<TValue> object to the current object.
public:
Microsoft::VisualC::StlClr::Generic::ConstContainerRandomAccessIterator<TValue> ^ op_Assign(Microsoft::VisualC::StlClr::Generic::ConstContainerRandomAccessIterator<TValue> ^ _Right);
public Microsoft.VisualC.StlClr.Generic.ConstContainerRandomAccessIterator<TValue> op_Assign (Microsoft.VisualC.StlClr.Generic.ConstContainerRandomAccessIterator<TValue> _Right);
member this.op_Assign : Microsoft.VisualC.StlClr.Generic.ConstContainerRandomAccessIterator<'Value> -> Microsoft.VisualC.StlClr.Generic.ConstContainerRandomAccessIterator<'Value>
Public op_Assign (_Right As ConstContainerRandomAccessIterator(Of TValue)) As ConstContainerRandomAccessIterator(Of TValue)
Parameters
The ConstContainerRandomAccessIterator<TValue> object to assign to the current object.
Returns
The current object (*this).