ReverseBidirectionalIterator<TValue>.Assign 演算子

定義

指定の ReverseBidirectionalIterator<TValue> オブジェクトを現在のオブジェクトに代入します。

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

パラメーター

_Right
ReverseBidirectionalIterator<TValue>

現在のオブジェクトに代入する ReverseBidirectionalIterator<TValue> オブジェクト。

戻り値

現在のオブジェクト (*this)。

適用対象