ReverseRandomAccessIterator<TValue>.Assign Operator

定義

指定した ReverseRandomAccessIterator<TValue> オブジェクトを現在のオブジェクトに割り当てます。

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

パラメーター

_Right
ReverseRandomAccessIterator<TValue>

現在のオブジェクトに割り当てる ReverseRandomAccessIterator<TValue> オブジェクト。

返品

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

適用対象