ContainerRandomAccessIterator<TValue>.Assign Operator

Definitie

Hiermee wijst u het opgegeven ContainerRandomAccessIterator<TValue> object toe aan het huidige object.

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

Parameters

_Right
ContainerRandomAccessIterator<TValue>

Het ContainerRandomAccessIterator<TValue> object dat moet worden toegewezen aan het huidige object.

Retouren

Het huidige object (*dit).

Van toepassing op