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

Parametreler

A_0
Int32

Bunun artım işlecinin sonek sürümü olduğunu gösterir.

Şunlara uygulanır

Increment(ConstReverseRandomAccessIterator<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::ConstReverseRandomAccessIterator<TValue> ^ % unnamedParam1);
public void operator ++ (ref Microsoft.VisualC.StlClr.Generic.ConstReverseRandomAccessIterator<TValue> unnamedParam1);
member this.op_Increment : ConstReverseRandomAccessIterator -> unit
Public op_Increment (ByRef unnamedParam1 As ConstReverseRandomAccessIterator(Of TValue)) As Void

Parametreler

unnamedParam1
ConstReverseRandomAccessIterator<TValue>

Geçerli yineleyici.

Şunlara uygulanır