Aracılığıyla paylaş


ReverseRandomAccessIterator<TValue>.Increment Operatör

Tanım

Ters yineleyiciyi bir öğe artırır.

Aşırı Yüklemeler

Increment(Int32, Int32)

Ters yineleyiciyi bir öğe artırır. Bu, artım işlecinin sonek sürümüdür.

Increment(ReverseRandomAccessIterator<TValue>)

Ters yineleyiciyi bir öğe artırır. Bu, artım işlecinin ön ek sürümüdür.

Increment(Int32, Int32)

Ters yineleyiciyi bir öğe artırır. Bu, artım işlecinin sonek sürümüdür.

public:
 void ^ operator ++(Microsoft::VisualC::StlClr::Generic::ReverseRandomAccessIterator<TValue> ^ % , int );
public void operator ++ (ref Microsoft.VisualC.StlClr.Generic.ReverseRandomAccessIterator<TValue> , int );
member this.op_Increment :  * int -> unit
Public op_Increment (ByRef  As ReverseRandomAccessIterator(Of TValue),  As Integer) As Void

Parametreler

A_0
Int32

Bunun işlecin sonek sürümü olduğunu belirten kullanılmayan bir parametre.

Şunlara uygulanır

Increment(ReverseRandomAccessIterator<TValue>)

Ters yineleyiciyi bir öğe artırır. Bu, artım işlecinin ön ek sürümüdür.

public:
 void ^ operator ++(Microsoft::VisualC::StlClr::Generic::ReverseRandomAccessIterator<TValue> ^ % unnamedParam1);
public void operator ++ (ref Microsoft.VisualC.StlClr.Generic.ReverseRandomAccessIterator<TValue> unnamedParam1);
member this.op_Increment : ReverseRandomAccessIterator -> unit
Public op_Increment (ByRef unnamedParam1 As ReverseRandomAccessIterator(Of TValue)) As Void

Parametreler

unnamedParam1
ReverseRandomAccessIterator<TValue>

Geçerli yineleyici.

Şunlara uygulanır