ReverseRandomAccessIterator<TValue>.Assign 演算子

定義

指定の 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)。

適用対象