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.

C#
public void operator ++(ref Microsoft.VisualC.StlClr.Generic.ConstReverseRandomAccessIterator<TValue> , int );

Parametreler

A_0
Int32

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

Şunlara uygulanır

.NET Framework 4.8.1 ve diğer sürümler
Ürün Sürümler
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

Increment(ConstReverseRandomAccessIterator<TValue>)

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

C#
public void operator ++(ref Microsoft.VisualC.StlClr.Generic.ConstReverseRandomAccessIterator<TValue> unnamedParam1);

Parametreler

unnamedParam1
ConstReverseRandomAccessIterator<TValue>

Geçerli yineleyici.

Şunlara uygulanır

.NET Framework 4.8.1 ve diğer sürümler
Ürün Sürümler
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1